Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Default Tooltip Delay
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Default Tooltip Delay

 Post Reply Post Reply
Author
Message
Kisly View Drop Down
Newbie
Newbie


Joined: 19 May 2006
Location: Russian Federation
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Kisly Quote  Post ReplyReply Direct Link To This Post Topic: Default Tooltip Delay
    Posted: 03 November 2009 at 3:45am
ReportControl has default tooltips and display them then the text doesn't fit. The problem is it display them immediately. Is it possible to set up a delay time for these default tooltips?
Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 443
Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Posted: 03 November 2009 at 11:44am
Have you tried something like:

GetReportCtrl().GetToolTipContext()->SetDelayTime(TTDT_TTDT_INITIAL, 2000);
Back to Top
Kisly View Drop Down
Newbie
Newbie


Joined: 19 May 2006
Location: Russian Federation
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Kisly Quote  Post ReplyReply Direct Link To This Post Posted: 06 November 2009 at 3:03am
Originally posted by markr markr wrote:

Have you tried something like:

Sure. It works but only for my custom tooltips (which are created in XTP_NM_REPORT_GETTOOLTIPINFO message handler). I want to create custom tooltips for several columns and leave default tooltips for the rest. It works, but there's a problem with default tooltips' initial delay. I've analyzed report source code and it looks like default tooltips doesn't use delay at all. (Need confirmation from devs)
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.156 seconds.