uitable update problem when new data was set
Show older comments
Hi there,
we're running into GUI update problems with uitable after the Data property was set. Sometimes the table gets redrawn just fine, all entries appear in the table as they should. However, sometimes you get the table drawn with the right number of lines and columns but the cells are just empty without any data in it.
We're aware of solution
to force a flush of the event queue and to redraw the GUI. But so far we had no luck with it. Also we double-checked the data we provide for uitable, should be fine.
Maybe a specialty in our implementation gives a clue of what could go wrong: A timer object in background generates an event with a period of one second. One of the listeners of this event eventually sets the new data to the uitable object.
Thanks a lot for any hint, highly appreciate that!
Philipp
Products: Matlab R2009b, Windows XP SP3
Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!