UI mouseover tooltip
Hey all,
Does anyone know of a way to have a mouseover tooltip in the UI? Mainly, I have a set of IconButton's and instead of using text on the buttons, I'm using an image and want the user to be able to mouseover the button and get a description of what it does. This is easily done for the web, but I didn't see anything in ScriptUI that allowed for it. I looked into the helpTip property but that didn't seem to be it.
I haven't really thought about if it would be possible to add manually. The biggest thing to overcome I would think would be creating a floating StaticText/Window/Group/something that you could hide/show when the mouse was over the button. Anyone ever try something like that?
Thanks!
Calvin

