[futurebasic] Re: [FB] Help tag fade delay

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2003 : Group Archive : Group : All Groups

From: Alain Pastor <apastor@...>
Date: Mon, 08 Dec 2003 22:45:22 +0100

Bernie Wylde wrote:
> Since I last looked, there've been some interesting little goodies added 
> to the Staz site: <http://www.stazsoftware.com/fb_pak/>
> 
> Checking out the Help Tag Demo (which looks suspiciously like 
> Alain-style code), I found that we can set the delay _before_ the tag is 
> displayed with fn HMSetTagDelay( ticks ) but I can't find how to set the 
> tag fade delay (how long it takes before the tag disappears after the 
> mouse has moved off the control).
> 
> Is this possible?
> 

I don't know for sure but I don't think you can control the behavior, 
I believe that all you can do is to force the tag to disappear before 
the system do it by itself using: err = fn HMHideTag

Alain