-
I tried doing this:
```rust
window
.set_variable("hello", Value::from("world"))
.expect("Could not set variable.");
```
But I don't know how to retrieve the set variable. `Wi…
-
In the html file use
``
when select other date, it show errors:
`Exception ignored on calling ctypes callback function: `
`Traceback (most recent call last):`
` File "D:\pypqj\sciter\event.py", …
-
how to use go-sciter with glfw or opengl or sdl2 together ? is it possible? can anybody show me an example?
sinol updated
4 years ago
-
Would be nice to see an example or some guidance would be appreciated.
-
Code as follows:
if err := w.LoadFile("./index.html"); err != nil {
logger.Fatal(err.Error())
}
Also, i test go-sciter example(simple), i got same error.
Did i missing something?
-
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 itself must be capable of running high-DPI, be…
-
Is it possible to render directly with D3D9 without rendering using CPU first (e.g. https://github.com/c-smile/sciter-sdk/blob/master/demos.lite/win32-bitmap/plain-win.cpp)? Is there any way to implem…
-
code:
![qq 20181225150329](https://user-images.githubusercontent.com/13758704/50415580-b9dd2b80-0856-11e9-9eed-549ddb4f8a99.png)
issue:
![c669c154ddbea84531a9352bcdd15129](https:/…
-
(scapp:400718): GLib-CRITICAL **: 22:46:20.731: Source ID 3104 was not found when attempting to remove it
_Originally posted by @papioara in https://github.com/GirkovArpa/temps-lite/issues/3#issuec…
-
Hello pravic, i wanted to do the UI code inside my .py source code. is that possible. i didnt want to expose all my styling and tiscript code.. because anybody can edit it. thanks.