PDA

View Full Version : tool tip


Jack hoch
08-12-2009, 06:34 AM
Hi,

I am trying to use a tooltip on a button, and my problem is this:

When I set the tooltip, I can't make it appear if the button isn't enabled.
Isn't there a way for the mouse to float around the area of the button and the tooltip will appear even if the button isn't enabled?
I know that there is an "on enter" event, but is it related?

Thanks for all the help,

Jack.

Ulrich
08-12-2009, 12:45 PM
Hello,

disabled buttons don't fire events. However, you could use a Hotspot of the same size and position of your disabled button, and have it trigger the tooltip while the button is disabled. Don't forget to toggle the hotspot when you enable the button.

Ulrich