Does PySciter support sciter. Js?
ylm-king opened this issue · 5 comments
ylm-king commented
Question
- If so, what should I do
- If not, will you support it in the future
- If not, is there an alternative
Please reply to the question, thank you
pravic commented
It does, API is the same. Look at the Sciter.JS examples.
However, I probably need to create an example as well.
ylm-king commented
I know it's the sciter. dll problem
- Using sciter. DLL in sciter. Js disables tiscript
- Using the sciter. DLL in the sciter- JDK, the script is invalid
Is there a way to run both scripts simultaneously
pravic commented
Simultaneously - of course, not. Either TiS or JS.
Why do you need it?
ylm-king commented
I want to use some of the usual JS frameworks
pravic commented
Well, you have to use them with TypeScript or JavaScript.
Or you have to port them to TIScript.
No other options.