Default Tooltip Delay |
Post Reply |
Author | |
Kisly
Newbie Joined: 19 May 2006 Location: Russian Federation Status: Offline Points: 8 |
Post Options
Thanks(0)
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?
|
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Have you tried something like:
GetReportCtrl().GetToolTipContext()->SetDelayTime(TTDT_TTDT_INITIAL, 2000); |
|
Kisly
Newbie Joined: 19 May 2006 Location: Russian Federation Status: Offline Points: 8 |
Post Options
Thanks(0)
|
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) |
|
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 |