pravic

Results 263 comments of pravic

Oh, the segfault makes it even more interesting. Could you check with gdb/lldb what's going on in there?

cc @c-smile It looks like an infinite recursion.

Andrew: https://github.com/sciter-sdk/go-sciter/blob/master/examples/simple/simple.html

Perhaps. In general, SDK examples are quite understandable, also you can take a look on HTMLayout (it didn't include TIScript, so its examples were in pure C++). Essentially, you ~need...

Yes, there should be a main menu. It must be described in Apple's documentation: https://developer.apple.com/macos/human-interface-guidelines/menus/menu-bar-menus/#app-menu

Sciter allows you to create a native window, that's basically it about system integration (I mean things like message loops, system tray, app icons and universe of others). The main...

Also note that I am, personally, just a maintainer of bindings, so take my opinion with a grain of salt. Better discuss or ask such things on the official forum,...

@mchampaneri Constructing the application menu in runtime - interesting! I thought that it is possible only via [static menu resources](https://github.com/c-smile/sciter-sdk/blob/master/demos/usciter/usciter/usciter/Base.lproj/MainMenu.xib). Perhaps, I'll take this idea for rust-sciter as well.

@mchampaneri by the way, your examples are great! Have you considered placing them under github.com/sciter-sdk organization? You will be the author as usually, but the repository will be more visible...

@mchampaneri > Some one has written that python can not make c-language call. If python can not make a c-lang call, We will not achieve what we want. Why? Python...