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

1 visualizzazione (ultimi 30 giorni)
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!

Risposta accettata

Walter Roberson
Walter Roberson il 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.

Più risposte (1)

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

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by