Simon Hausmann
Simon Hausmann
Thank you for your report. Could you also show us the code that's invoked when you press the button, i.e. when the `clicked` callback is invoked?
And in a way strange way. There are unresolved symbols relating to image loading, but also these: ``` libi_slint_compiler-ed7475cbe5efdf15.rlib(i_slint_compiler-ed7475cbe5efdf15.i_slint_compiler.28c6a588-cgu.13.rcgu.o) : error LNK2001: unresolved external symbol _ZN4core3fmt10ArgumentV19new_debug17h2589fb0f131777baE± libi_slint_compiler-ed7475cbe5efdf15.rlib(i_slint_compiler-ed7475cbe5efdf15.i_slint_compiler.28c6a588-cgu.1.rcgu.o) : error LNK2001:...
I see two ways of how we can achieve this in the future: 1. Embed an external web engine as [window](https://github.com/slint-ui/slint/issues/4640). This requires a windowing system and comes limitations such...
(just a rebase for now)
Thank you for the bug report. Indeed, the ComboBox is missing a scroll view in all the styles.
Unfortunately no news yet.
If we say the this property applies to only what’s rendered exactly underneath the rectangle it’s used on, then I think this could be implemented by means of rendering the...
And in general, that is the behaviour that we implement and it works for many scenarios where the GL driver reports an error during initialization. From the one line that...
Marked as draft as feedback from #4682 is not applied yet.