Resize GUI problem

Hello!
Quick question!
If I maximize my GUI, it maximizes. But when I click on a PushButton to refresh graph(new data) it throws me out. It still has the exact size, it just shifts a centimeter in diagonal direction.
Any idea why this is happening?

6 Kommentare

Sean de Wolski
Sean de Wolski am 21 Dez. 2011
Do you have a resizefcn defined? Is this gui in GUIDE?
Eric Keller
Eric Keller am 21 Dez. 2011
what does, "it throws me out" mean?
Jan
Jan am 21 Dez. 2011
How do you maximize the figure? Do you set the position manually to the screen coordinates? What does the function to refresh the graph do exactly? Which operating system and Matlab version are you using?
Slobodan Djordjevi?
Slobodan Djordjevi? am 21 Dez. 2011
I'm sorry for a late response, didn't know comments go through with no email notifications.
I have my GUI guide set on proportional. I see there is a resizeFcn option. How do I set it, so that it would maintain maximized?
I have Windows 7 64x and MatLab R2011a.
I have multiple buttons on my GUI, so when I click on maximize icon it maximizes. Every button pressed works OK, but when I hit on refresh it exits maximize state and shifts a bit.
When I run it, it displays a window in the center of the screen.
The refresh button is the same if you use GUIDE's template Axes and Menu.
Naz
Naz am 21 Dez. 2011
Set the 'units' property of all objects to 'normalized'. Hopefully that will help
Slobodan Djordjevi?
Slobodan Djordjevi? am 22 Dez. 2011
Nope, does not do the trick! Thanks anyways :)

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Aldin
Aldin am 21 Dez. 2011

0 Stimmen

Zdravo
Imaš odmah na početku kada ulaziš u GUI (guide) opciju - GUI with Axes and Menus. Mislim da je to rješenje tvog problema.

1 Kommentar

Slobodan Djordjevi?
Slobodan Djordjevi? am 21 Dez. 2011
Pa da, znam. I to sam odabrao na početku. Odabrao sam i "proportional resizing" u onom "GUI options". Ja mislim da je treba učiniti nešto u vezi sa ResizeFcn.

Melden Sie sich an, um zu kommentieren.

Jan
Jan am 22 Dez. 2011

0 Stimmen

Sorry, I do not get it. What is the "maximize icon"? The one on the figure border?
Can you post the contents of the callback function started by the "refresh" button?

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 21 Dez. 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by