- http://undocumentedmatlab.com/blog/additional-uicontrol-tooltip-hacks/
- http://undocumentedmatlab.com/blog/inactive-control-tooltips-event-chaining/
ToolTipString not displaying when button is disabled
3 次查看(过去 30 天)
显示 更早的评论
Hi, I would like to have the ToolTipString display a message at all times when hovering over the button. However when the button is disabled it does not display the message. Is there a way to solve this? Thank you
set(handles.RunScenario_Button,'Enable','off')
set(handles.RunScenario_Button,'TooltipString',sprintf('gewgrsfgf'))
0 个评论
采纳的回答
Jan
2013-7-3
编辑:Jan
2013-7-3
See:
Please note that e.g. Google will find this answer even faster than the forum, when you ask for "Matlab tooltip disabled".
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Google 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!