Christopher B
Christopher B
Hmm. ok. I found it a little bit strange that 3 out of 5 Start methods had the attributes param and only 2 didn't. Start, Startunit and Startpercent already have...
Ok, thanks for the quick reply! That's what I expected. Just wanted to make sure I wasn't missing something obvious :)
The contents of my list could change each tick. I will optimize this so the list only gets updated every second though. (the list is displaying the progress of 1-n...
I set the currently selected entry and the current scroll position the newly created list. ``` list.SetSelectedEntry(list.SelectedEntry()) list.SetScrollTop(list.ScrollTop()) ``` To achieve this I had to add a new method to...
Recreating the entire list so often resulted in some unxecpected problems (list unresponsive on the frame it was recreated and 'opengl: creating framebuffer failed: 36055'.) That's why I cobbled together...
Understandable :) In the meantime I pushed the changes if you want to have a look nonetheless. https://github.com/countcb/ebitenui/commit/7931394a6a7bbaa428fe70b0672ff2aa2ce417d9 https://github.com/countcb/ebitenui/commits/listReplaceAddRemove
If this gets added/changed then maybe it would be a good idea to add a field `deep.CompareFunctions` _similar to deep.CompareUnexportedFields_
Hi, I will have a look at the current list implementation. Having the possibility to change the entries in a list without recreating the whole list is still a very...
Can confirm the issue as well. ALL my charts (created from table with id) fail with "There is no table at that id and/or file" after updating to 3.8.0 from...
Thanks for the fix! :)