Prev: Neural network toolbox acting weird?
Next: Using slider to updating audio signal being played..real post tia sal22
From: Bastian on 9 Feb 2010 16:41 I am programming a GUI. I have a uitable that may potentially contain tens of thousands of records. I have no problem adding the data to the table, however it appears as if MATLAB does not make the data visible until you scroll to a portion of the table and takes a while (several seconds) to show the data after scrolling down. This is a problem because this makes it look like something is broken to the eyes of the ever impatient average software user. Is there a way to force MATLAB to make all the table data "visible" even before the user of the GUI scrolls down in the table? |