nullst
nullst
I had a very similar problem in #2470 . One possible workaround is to add a field "id-in-list" and a reference to the list to the extended widget, keep them...
> Probably I'll have to persuade our designer to accept the fact that there'll be no double-clicking list items. What about the workaround I suggested above? Since you are extending...
You can use MouseDown() and/or TouchDown() callbacks instead to avoid the delay.
> I'm not sure how common a usage this is. Perhaps it would be an idea for fyne-x rather than straight to the main library? Three-pane windows are not very...
Since this issue is still the top google result for "convert typst to LaTeX" despite more than a year since the last post, it's probably worth mentioning here that as...
I agree that the issue may not be just the runGL loop, but making the ticker in the loop run less often is a (presumably not hard to implement) small...
Sorry, I'm not sure I understand. You are saying that cgo calls, like `PollEvents`, are the reason for the CPU load. I agree that they are CPU intensive. If I...
I guess I have two questions: 1. Is calling PollEvents() less than 60 times per second unacceptable for a window that's not visible? If it's only called 10 times per...
> Minimised windows are not necessarily hidden in the way you think. Some OS keep the apps running so their thumbnails can be updated etc. I see, that makes sense....