sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

Can you provide Api related to the window #238

Closed sohaha closed 4 years ago

sohaha commented 4 years ago

Very convenient library, currently in use, can only get the relevant values of the screen and the view.move window operation through tiscript's View.ScreenBox(# Workarea, # Rectw) but cannot be processed through go. Is there any plan for go version?

pravic commented 4 years ago

There is no such API in Sciter. However, you can use native OS API for that if tiscript doesn't suit you.

sohaha commented 4 years ago

Thanks for your reply, it seems that you can only use tis, after all, it is more troublesome to use os api to be compatible with multiple platforms