Tooltip display problem |
Post Reply |
Author | |
bluesaphire
Newbie Joined: 07 August 2006 Location: India Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 19 September 2006 at 9:58am |
Hi Oleg,
i am trying to display tooltips in a specific client area (say whenever the mouse hovers in the region of the rect(-500,-500,500,500) in the view of an SDI application using the following function
m_tipWindow.ShowTipWindow(rect, point, 6,0,0, FALSE,TRUE);
i am just following the routine that is been given in TipWindow sample.i.e in the onmousemove function check whether the mousepoint lies in the client area and then call the function showing the tooltip.
but the issue is the tooltip is not getting refreshed.
i.e if i place the mouse in the client area, tooltip appears but simultaneously moving the mouse out of the client area doesnt hide the tooltip.whereas if i do a mouseclick out of the client area the tooltip is getting refreshed. can you just tell me what am i missing.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |