Simon Hausmann
Simon Hausmann
I agree. Ok, I'll push a change to prefer embedded fonts over system fonts into master directly, and keep this PR for the elision issue.
The acceptance criteria for this issue, as far as I can see it, is that the author of a DAW plugin can delegate focus back to the DAW when the...
I think that perhaps the proposed API in https://github.com/slint-ui/slint/issues/3811 would help with this. @ilmai , what do you think? In your backend you'd then get a "Disable" InputMethodRequest.
> I find similar behavior quite strange: I have a `LineEdit` focused. When I then click a `CheckBox` or a `Button`, the `LineEdit` stays focused. Normally, GUIs switch the focus...
Thanks for the report. Could you please provide additional frames in the stack trace? Could you provide us with some details about how you've implemented the event loop and integrated...
> I hope I explained the issue well enough. Yes, great write-up :) > I just had to call update_timers_and_animations() from my implementation of request_redraw(). Or I had to manually...
> Or do you mean to call it in the event loop right before draw_if_needed? Yes. > This is what I tried in the past and it didn't work (actually...
If you have the concept of tasks, wouldn't it be possible to organize the "slint busy event loop" as a task? ``` loop { // one event loop cycle start;...
I think the base image might be a little bit too old. 0.2.4 is several months old and from before the big base image update in cross. I'm eagerly awaiting...
A cursory glance at `ghcr.io/cross-rs/arm-unknown-linux-gnueabihf:edge` suggests that the image is also not up-to-date yet :(