Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2

Thread: tool tip

  1. #1
    Join Date
    Jun 2005
    Posts
    16

    tool tip

    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.
    Chance favors the prepared mind....

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts