c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 224 forks source link

Update please #214

Open rustdesk opened 2 years ago

rustdesk commented 2 years ago

Could you please update? tis SDK is far behind js SDK now.

pravic commented 2 years ago

Done.

rustdesk commented 2 years ago

Thanks a lot.

rustdesk commented 2 years ago

Mac version crashes if calling view.dialog in self.timer, please run scapp with below simplest sample. The crash happens when you close main window after closing dialog.

<script type="text/tiscript"> self.timer(1ms, function() { view.dialog({html: "xx"}); }); </script>

c-smile commented 2 years ago

Mac version crashes if calling

Try 4.4.8.22-bis : https://github.com/c-smile/sciter-sdk/commit/d13db04feaa6b586335f4e780d1a47e21b2461ee

rustdesk commented 2 years ago

Thx

rustdesk commented 2 years ago

IME does not work on Mac version, old one is fine. Windows fine, Linux unknown yet.