I have a listbox that I allow the user to manually drag reorder. The order should then be saved and reinstated next time the app runs.
The problem I’m finding is that the Save is not enabling. The debugger is telling me the internal buffer (self - contents - listbox1 - contents) has not been updated. If I allow the app to continue then the display updates, if I go into the debugger again then the buffer has been updated.
I’ve tried, listbox1.refresh, cell refresh, self.refresh but nothing works.
I’m saving the starting list order and after a change comparing the original and the new version and it’s saying there is no change. A second change is detected, but that seems to be the first one.
Anyone got any ideas?
4 posts - 3 participants