Gui resize with dynamic objects

1 view (last 30 days)
Teresa
Teresa on 1 Sep 2011
I've implemented a gui for a screensize of 1280 x 1024. There some dynamic buttons which depend on the size of my axes (calculate with the amount of pixels). Now I want that you can see the gui also with screensize 1024 x 768. But if I use the Resize-function the dynamic buttons are at the wrong place. Don't know how to solve this, can you help me? Should I have to change the calculation of the dynamic buttons? Thank you for any help

Answers (1)

Teresa
Teresa on 1 Sep 2011
I changed the function of the dynamic buttons and made them dependend on the new size of the axes. after that i changed there 'units' to 'normalized' so that they will resize too.
But if somebody has a better solution, he can tell me :)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!