FloVanGH
FloVanGH
This was also my first approach but this works only for one scrollbar. But the behavior should be the same for both. With the binding solution you will end up...
I have checked this and it looks like that both problems are solved now so I close this.
worth for a changelog entry ;-) @NigelBreslaw
Currently blocked by #6000
Hi, thank you for your report. I've noticed that too. I have already fixed it in this PR #5745.
Should be fixed now, so I close this issue.
Hi, yeah I have also though about it. What I have in mind is to provide a global for text style related stuff check #3687 (similar to `Palette` for brushes`....
> In particular, this would even break cargo-ui: https://github.com/slint-ui/cargo-ui/blob/10f77c902cdf9841331339558e9b685b325917ff/ui/cargo.slint#L331 Then without change handlers I think it'S not possible to fix this situation without breaking.
> For #3706 ? No, I think the callbacks need to be stored in the instance itself, as properties. We could have a "__callbacks" property that points to an Array,...
> Yes, that looks like a good direction. The main issue I have is that this only works for the wrapper. If we make the interpreter public, then users of...