tray icon indicating copy to clipboard operation
tray copied to clipboard

How to use from go

Open pjebs opened this issue 6 years ago • 6 comments

Can you provide example on how to use this from a go app?

pjebs avatar Dec 20 '18 21:12 pjebs

@pjebs, I know its been a while but I've been working on a pull request with a go wrapper similar to what zserge did for webview. I'll let you know when that is ready.

sampaioletti avatar May 15 '19 14:05 sampaioletti

https://github.com/getlantern/systray

pjebs avatar May 15 '19 18:05 pjebs

Thanks @pjebs I've used the lib and it works pretty well, but I wanted something that would play nice with https://github.com/zserge/webview and I tend to like this c lib better than getlanterns.

sampaioletti avatar May 15 '19 18:05 sampaioletti

It would be great for a non cgo implementation.

https://github.com/golang/go/issues/32072

pjebs avatar May 15 '19 18:05 pjebs

I am interested as well to see how to use it with https://github.com/zserge/webview or https://github.com/zserge/lorca.

Thanks in advance @zserge

DblK avatar Jul 23 '19 15:07 DblK

https://github.com/getlantern/systray doesn't seem to work with webview. When I load them both I'm getting "panic: Unable to create main window: TTM_ADDTOOL failed"

Any idea why?

tal130 avatar Mar 28 '20 12:03 tal130