rust-sciter icon indicating copy to clipboard operation
rust-sciter copied to clipboard

Rust bindings for Sciter

Results 42 rust-sciter issues
Sort by recently updated
recently updated
newest added

Just saw a branch in the networking tree where windows x86 is being supported: https://github.com/sciter-sdk/rust-sciter/compare/master...armersong:master Might be worth checking out and potentially including in your code.

question

Hope to support Android

help wanted
question

Hi, I'm trying out Sciter as a UI engine for my Rust app that runs on macOS. I need a system menu, so I use `cocoa` crate to create a...

Something like this: ```rust #[derive(ScriptHandler)] struct EventHandler; impl EventHandler { #[script] fn sum(&self, a: i32, b: i32) -> i32 { a + b } #[script(name="div")] fn custom_div(&self, a: i32, b:...

enhancement

This segfault can be easily reproduced by unzipping the minimal project I'm attaching, and typing `cargo run`. This minimal application will display ```html Segfault when loading main.css and an anchor...

bug

Hello ! I've just build DOM example (https://github.com/sciter-sdk/rust-sciter/blob/master/examples/dom.rs) and run it, but all i see is blank white window. I also tried to change from **load_file** to **load_html** to load...

Though it is used only here and it is overrideable: https://github.com/sciter-sdk/rust-sciter/blob/25eb7810277eade879c4f4c9a4ce728a6e4f1caf/src/host.rs#L85-L89

enhancement

windows blurbehind effect isn't working on windows 10. I'm trying add blur effect to my application windows, but itn't display it. ![image](https://user-images.githubusercontent.com/2277080/69598661-9f01d100-103c-11ea-94cc-d0bde673a214.png)

I don’t know exactly where the fault may be, but when I run the examples they’re all low DPI on my 200% scaling factor Windows device. I know that Sciter...

enhancement

So, here is a story. ## Intro Travis has only Precise and Trusty LTS versions (12 & 14) and Sciter does not work in there by default. > **$ ./usciter**...

bug
help wanted
os:linux