Re: Strange Tooltip behavior

2012-02-19 Thread Pete
Thanks Klaus, good to know.. Pete On Sat, Feb 18, 2012 at 11:46 PM, Kay C Lan wrote: > As per the Dictionary: > > set the toolTipDelay to 0 -- no tooltip > > HTH > > On Sat, Feb 18, 2012 at 12:46 AM, Pete wrote: > > > I have some code that sets the tooltip of a control to either some text > or >

Re: Strange Tooltip behavior

2012-02-19 Thread Klaus on-rev
Hi Pete, Am 17.02.2012 um 17:46 schrieb Pete: > I have some code that sets the tooltip of a control to either some text or > empty depending on a condition. If the code to set the tooltip to empty is > executed, the tooltip is still displayed with its previous values. How can > I get rid of the

Re: Strange Tooltip behavior

2012-02-18 Thread Kay C Lan
As per the Dictionary: set the toolTipDelay to 0 -- no tooltip HTH On Sat, Feb 18, 2012 at 12:46 AM, Pete wrote: > I have some code that sets the tooltip of a control to either some text or > empty depending on a condition. If the code to set the tooltip to empty is > executed, the tooltip is

Re: Strange Tooltip behavior

2012-02-18 Thread Pete
HI Craig, I'm not sure what I did, but it is now working for me too. Pete On Fri, Feb 17, 2012 at 1:06 PM, wrote: > Pete, > > > I don't see this at all. I set up a simple condition that either sets the > toolTip of a button to some text or empty. If the condition is met, I get > the tooltip, If

Re: Strange Tooltip behavior

2012-02-17 Thread dunbarx
Pete, I don't see this at all. I set up a simple condition that either sets the toolTip of a button to some text or empty. If the condition is met, I get the tooltip, If not I get empty, that is to say, no tooltip showing. Craig Newman -Original Message- From: Pete To: How to use