Tooltip - GUI modeless feedback
This was inspired after reading "About Face", and after becoming annoyed with modal dialogue boxes. It displays a text box below a uicontrol for a short period of time, before being removed entirely. Its not a "real" tooltip, perhaps more of a "messagetip".
I tried http://undocumentedmatlab.com/blog/spicing-up-matlab-uicontrol-tooltips/ to try to force the tooltip to appear, but couldn't get it to work. This also doesn't require the use of findjobj, which also takes too long to obtain the java handle.
tooltip(hObject, message)
Brings up a tooltip with the message for the default 4 seconds.
tooltip(hObject, message, displayTime)
Can supply a different length of time to display it for.
tooltip(hObject, message, displayTime, Property/Value pairs)
Formats the box anyway you see fit.
warntooltip(hObject, message,...)
Pre-formatted yellow background.
warntooltip(hObject, message,...)
Pre-formatted red background with white text.
Cite As
Geoffrey Akien (2025). Tooltip - GUI modeless feedback (https://www.mathworks.com/matlabcentral/fileexchange/26283-tooltip-gui-modeless-feedback), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.