Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Tooltip display problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tooltip display problem

 Post Reply Post Reply
Author
Message
bluesaphire View Drop Down
Newbie
Newbie
Avatar

Joined: 07 August 2006
Location: India
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote bluesaphire Quote  Post ReplyReply Direct Link To This Post Topic: Tooltip display problem
    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.
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.