Can you have a mouse hover feature in a Matlab GUI?
25 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
更多回答(1 个)
George Shoane
2015-6-5
编辑:George Shoane
2015-6-5
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]
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!