c-smile / sciter-js-sdk

Sciter.JS - Sciter but with QuickJS on board instead of my TIScript
BSD 3-Clause "New" or "Revised" License
1.64k stars 97 forks source link

tiscript view equivalent #17

Closed brihoumb closed 3 years ago

brihoumb commented 3 years ago

Cannot find a way to call function from another language (pysciter) with window and I cannot find any tiscript view equivalent.

Will it be implemented later or is it already implemented ?

image

c-smile commented 3 years ago

Sciter's view is Window.this in Sciter.JS.

SciterEval and SciterCall APIs will work in next release.

brihoumb commented 3 years ago

Thank you very much!