Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Bug Found - ToolTip Time Delay Collapse All
Subject Author Date
Bill Olson May 15, 2012 - 10:21 PM

After waiting in vain for two weeks for a reply to my question about tooltip timing, I spent two days digging through the code and finally found how to change it.  Along the way I found a bug.


CExtPopupMenuTipWnd::Show() defaults the variable bNoDelay=false, that is checked twice in the function and if it is false, bQuickDelay is set to true.  The checks should be if(bNoDelay), instead of if(!bNoDelay).  This make the default delay 20 ms instead of 500 ms.


And to change the default tooltip time delay, make the above fix and change ID_PERIOD_DELAY_SHOW_NORMAL.  It is defined as 500, which is 500 ms.


Unfortunately I’m beginning to think we’re on our own with Prof-UIS.  This is a great package and customer support was great the last few years, but I haven’t seen any tech support answers in over 2 weeks.  I tried sending e-mails to tech support which never got answered.  I don’t know what happened, but I think we’re going to have to help each other now.


Bill


 

Technical Support Jul 5, 2012 - 10:45 AM

We are really sorry for not replying in time. You can still count on our help.