Can you have a mouse hover feature in a Matlab GUI?

Hey all,
So i have a Matlab GUI right now that takes in a "Start time" and an "End Time", and creates an animation of data in between those times. However, I was hoping to add a mouse hover feature where if the mouse hovers over the "Start time" static text box, a little rectangle of texts pops up that explains what exactly "start time" refers to. Something like the Matlab GUI guide has, for example, where if you hover over the icons on the left, a little popup appears with the name associated with that icon. Any ideas? Thanks
Nathanf

 Respuesta aceptada

Más respuestas (1)

George Shoane
George Shoane el 5 de Jun. de 2015
Editada: George Shoane el 5 de Jun. de 2015

0 votos

There is a simple solution to hovering over a GUI icon. Select the Property Inspector for the icon by right-clicking the icon via guide for the GUI. Then go to TooltipString in the menu list, and put in the text on the right. That' all! Check it by running the GUI. This works for static textboxes as well.
For displaying multiple lines of text, use HTML formatting as follows: html Here is line 1.<br/>And this is line 2. [Ref: Yair Altman, http://www.mathworks.com/matlabcentral/newsreader/view_thread/46602]

Categorías

Más información sobre Environment and Settings en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 3 de Ag. de 2011

Editada:

el 5 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by