sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
804 stars 76 forks source link

System tray support #44

Closed canislupaster closed 4 years ago

canislupaster commented 5 years ago

i see theres a branch for that... any idea when it will be done & merged -or..?

in the meantime, thanks for this incredible lib :)

pravic commented 5 years ago

It was more of a proof of concept than a stable API.

Also it works on Windows only, though it is possible to add more. I just ran out of time for that.

In any case, if you need it right now, I could rebase those changes to match them with the current version.

canislupaster commented 5 years ago

o wow id love that, windows only is fine ive been struggling with systray and its awful api

pravic commented 5 years ago

You can check this one also: https://github.com/qdot/systray-rs

pravic commented 5 years ago

I've rebased the tray branch over the current master.

canislupaster commented 5 years ago

thanks! ill probably attempt to use systray but i think having a tray in sciter (rs) is a great idea for future applications and i would be happy to contribute if i knew how to code native in rust

pravic commented 4 years ago

Well, Sciter has out-of-box support for tray icons since 4.3.0.6 (June 2019).

I'm closing this now.