pravic

Results 263 comments of pravic

@DanielHeath HWINDOW is a `GtkWidget*` [on Linux](https://github.com/c-smile/sciter-sdk/blob/master/include/sciter-x-types.h#L258). I suppose, `xwininfo` returns something different.

https://github.com/c-smile/sciter-sdk/tree/master/demos.android https://sciter.com/windowless-sciter-android-and-iot-devices/ https://sciter.com/sciter-lite-is-published/ As for the Rust - I, personally, haven't tried it. But looks possible.

Yeah, I know that Rust doesn't support that and introducing the indexing via a hack was a bad idea. It's mentioned in #27.

I need to add this to rust-sciter: https://github.com/c-smile/sciter-js-sdk/blob/main/include/sciter-x-api.h#L306-L324

Is it always `sciter.static.lib`, on all platforms?

Thanks for reporting this, nice to know. But there's nothing we can do in Rust, as I see.

I believe the issue is with the difference in pumping messages. Do you attach from a different thread?

> I will add that replacing frame.run_app() with frame.run_loop() makes no difference at all. First, you don't need `run_app()` in your case - it runs its own message loop and...

> It's not immediately clear to me how this allows me to route window events to Sciter, but is it at least possible? Something like this: ```rust let hwnd =...