"Instant help when mouse on buttons" and "Automatic stretch of figures/panels"

1 view (last 30 days)
Hi Matlab community!
1 - I'd like to know if there is a method to display (on a gui) instant help like a flag with some instructions relative to specific buttons or graphs or other objects. I have a commercial software here written in Matlab that uses this feature.
2 - Another question is: it's possible to automatically (something "relative" not "absolute") stretch the panels, text and graphs? Because I read that is not possible to put inside a gui scroll bars (better solutions would be for me). Because I have a GUI now and I need to run on different size monitors.
Thanks a lot!

Accepted Answer

Walter Roberson
Walter Roberson on 12 Nov 2013
1) You can set the Tooltipstring property of the uicontrol; see http://www.mathworks.com/help/matlab/ref/uicontrol_props.html#bqxoiq8
2) by default the units for sizes for figures and panels and axes is "normalized units" -- fraction of the containing object. Define your objects in terms of the fraction of the screen they should take and they will automatically adjust as you change resolutions.

More Answers (1)

anto
anto on 13 Nov 2013
Wow great answer! A statue for you Walter!

Categories

Find more on Interactive Control and Callbacks 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!