Format ToolTip strings in AppDesigner
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Harsha Priya Daggubati
le 27 Mar 2020
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 commentaire
Martin Lechner
le 16 Juil 2024
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
le 26 Oct 2022
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 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!