Format ToolTip strings in AppDesigner
6 ビュー (過去 30 日間)
古いコメントを表示
I am working on migrating a GUI from GUIDE to AppDesigner. In GUIDE, I could format the tooltip text by supplying an HTML string. This doesn't appear to work in App Designer. Is there any way to format the tooltip text in App Designer? In particular, I'm looking to bold certain words and add line breaks to the tooltip.
0 件のコメント
回答 (2 件)
Harsha Priya Daggubati
2020 年 3 月 27 日
Hi,
You can add tooltips to any component, by using the Inspector tab that is displayed to the right in App Designer from MATLAB R2018b. Formatting using HTML is not a supported feature as of now.
Hope this clarifies your question!
1 件のコメント
Martin Lechner
2024 年 7 月 16 日
When can we expect the support for HTML formatted strings in the tooltips?
At least formatting text bold or italic and lists would be very helpful. I used this feature frequently in the Java-based GUIs.
Now we should switch to Web-Technology based apps but HTML formatted text isn't supported. This is unbelievable for me.
dpb
2022 年 10 月 26 日
Just got to this point myself after seeing Yair's example for GUIDE controls -- another step backwards in abilities; in R2020b it still doesn' work; I've not yet updated past.
You CAN embed the newline character to get the line breaks but HTML still didn't work. I don't suppose there's any chance that TeX might; haven't yet taken a flyer...since @Harsha Priya Daggubati didn't mention as workaround, one presumes that's likely not supported, either.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!