- 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!