From: pedro moreno on 10 Aug 2010 07:31 Hello matlab's partners! Well, the problem it's not easy, at least for me... I have a GUI with a lot of calculations, and i want to put a waitbar or a progressbar (getting from http://blinkdagger.com/matlab/matlab-gui-tutorial-progress-status-bar/), I dont care if one option or the other. This is the appearance for waitbar (similar for progressbar): h = waitbar(0,'Por favor espere...'); %point 1 ...calcutation1 waitbar(0.1,h); ...calculation2 waitbar(0.2,h); ....several calculations and waitbar waitbar(1,h);close(h); Well, the problem is that waitbar is created, but only appears in point 1, the rest of time it's hidden in the taskbar. Anybody knows the way that waitbar is always on top? (waitbar windows in front of GUI)(user must be always reported on the processing...) Thanks in advance! Greetings
|
Pages: 1 Prev: Error in scribe.legend Next: GCA COLOR NONE black nackround Matlab Ubuntu |