Simon Hausmann

Results 493 comments of Simon Hausmann
trafficstars

Is it possible that you’re launching the window full screen?

(I wonder if this is related perhaps to window decorations)

Oh that's new. Do you have a slint file that reproduces this ?

Could it be that you're compiling on a system without floating point arithmetic? Then you need to enable the `libm` feature of the Slint crate to enable the floating point...

Wow, this is unexpected. Good that you found a workaround - this seems like a bug to me.

This is not possible with the current API. Suppose that you have a map model that converts from your own C++ data structure `Foo` to a `slint_interpreter::Value`: If `set_row_data` is...

Good question. I haven't heard of anyone attempting this. Do you know where the gl-rs dependency is coming from? I'm a bit surprised to see that in the context of...

Similarly, this causes a panic in the compiler: ```slint global Glob { callback global-callback(); } component Foo { callback cb Glob.global-callback; } export component Demo { Foo { cb =>...

I suspect that this is similar to https://github.com/slint-ui/slint/discussions/4079 , except for macOS. Could you try enabling the `renderer-skia` feature? That would flip to metal layering - I wonder if that...