c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine

Home Page:http://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update please

rustdesk opened this issue · comments

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

Done.

Thanks a lot.

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>

Mac version crashes if calling

Try 4.4.8.22-bis : d13db04

Thx

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