On Nov 27, 2007, at 3:05 PM, johnf wrote:

> Although I don't get any error it still does not change the  
> background color -

        Did you read what I wrote? That code will change the background  
color of the *control*, not the tooltip.

> oh well not a big deal.  I was thinking I would change a few  
> special tool
> tips to red to catch the users eye.

        You could look into dabo.ui.dBorderlessForm, and coordinate it with  
MouseEnter and MouseLeave events. Or you can set the Hover property  
to True, and put the code in onHover() and endHover() methods; these  
are more robust, since MouseLeave can sometimes be missed.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to