Simon Hausmann

Results 390 comments of Simon Hausmann

Hi @nivpgir ! Since this PR we've added a `Dialog` element and extended the [viewer](https://github.com/slint-ui/slint/blob/deba176c72f95bdbd1d2eba73b1872689b49d52b/tools/viewer/main.rs#L186) with support for it, so that when pressing one of the standard buttons it exits....

Excellent. Then perhaps you can have a `callback close();` in your `Example`, set the handler from Rust/C++ and call `hide()` there. If that is the last window open, then `run()`...

Newer Windows images in GitHub also come with a newer version of Visual Studio (2022), which in turn breaks the neon build, because via its package-lock.json it pins a version...

With the GL backend text is indeed not rendered by Window's own rasteriser but using femtovg. This will always look slightly different. In the context of femtovg we've been discussing...

Now that we don't inline everything anymore, I wonder if components could be supported as property types: ```slint export Button := TouchArea { ... } export App := Window {...

Sure, good idea - I don't mind keeping it there then. That's certainly less intrusive!

> Why not keep the state in the LineRenderer itself? (yeah, this will be useless when using the rendering by buffer, but it's not so much data) > > Also...

> How is the speed with that path now? Does it improve perfs on the pico? My pico is in the office :(. I can check next week.

Deferring this for now as I'm not working on this at the moment.

Hmm I’ve see this before but I can’t recall when/how. Is this a Linux vm setup that I can reproduce? (Is it say a stock $foo distro install? edit: sorry,...