Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
GS
Posts:
17
Registered:
4/19/12
|
|
set focus to figure & guidata() related question
Posted:
Sep 20, 2012 5:41 PM
|
|
Hi,
Question 1: How to set focus to (bring to front) the a figure window. I have multiple figure windows being updated. Due to the lack of space on the screen, I have these on top of each other and I have to keep clicking on the figures as they are being updated in a loop.
For ex: figure(1) and figure(2) are updated 5 times in a loop, figure(1) for the first 10%, then figure(2) and so on. (resizing is not an option)
I have been searching for solutions to change the focus of this window. I tried these solutions without any success ( I am on Ubuntu Linux, R2011b) :
figure(fig1Handle); etc set(0,'CurrentFigure',fig1Handle); uistack(fig1Handle,'top') set(fig1Handle, 'position', fig1Position);
Question2: guidata(hObject,handles); displays all the properties whenever it is called. Is there a way to suppress this info?
Thanks.
|
|
|
|