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.
Subject |
Author |
Date |
|
Offer Har
|
Mar 1, 2008 - 4:55 AM
|
Dear Support,
I would like to display a tootlip, but I don’t want it to be automatically hidden, on timeout or on any other default mouse/keyboard inputs. I could not find a way how to force the tooltip to be displayed. What I eventually did is derive mo class from CExtPopupMenuTipWnd, and added these two function:
virtual void Hide() {}
virtual void ForceHide() { CExtPopupMenuTipWnd::Hide(); } This works, but it is not optimized, as all the timers of the tootlip are craeted anyhow. Is there a better solution to this problem? If not can this feature be added to the CExtPopupMenuTipWnd class? Thanks, Ron.
|
|
Offer Har
|
Mar 24, 2008 - 5:03 AM
|
|
|
Offer Har
|
Mar 17, 2008 - 5:27 AM
|
|
|
Offer Har
|
Mar 12, 2008 - 11:21 AM
|
|
|