Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Box ToolTip (Read 2416 times)
rad1
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 14
Joined: Aug 24th, 2009
Box ToolTip
Jan 1st, 2010 at 3:59pm
Print Post  
Hi,

I 'm using  you Activex and I'm very satisfied. I have some questions to complete developement of our application.

How can I keep the box.ToolTip displayed while the mouse cursor placed above a box. It disappears after several seconds ! is this normal ? and how can I set the time (duration) ?

ps : When I reduce the value of ToolTipDelay property, the tooltip appear and disappears very quickly.


Thank you for your reactivity.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Box ToolTip
Reply #1 - Jan 4th, 2010 at 8:23am
Print Post  
Hi,

This property corresponds to the TTDT_AUTOMATIC setting of the standard Win32 tooltip control, which sets both the auto-hide and initial delay times. I suppose we could add a separate property for the auto-hide time.

Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Box ToolTip
Reply #2 - Jan 11th, 2010 at 2:09pm
Print Post  
This version adds the ToolTipAutoPop property which lets you set for how many milliseconds the tooltip remains visible:
https://mindfusion.eu/_beta/fcx_autopop.zip

You could set it to some large value, e.g. in the millions, to make the tooltip stay visible until the mouse pointer moves.

We haven't implemented property bag serialization code for the new property yet, so setting it from the form designer might not work. Instead, set it from the Form_Load handler.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint