![]() |
Ballon Help |
Post Reply
|
| Author | |
eddiepaz
Groupie
Joined: 28 October 2004 Location: United States Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
Topic: Ballon HelpPosted: 07 October 2007 at 8:48pm |
|
How do I display a ballon tooltip manually as in the class below?
I've seen the samples for the Tray Icon which uses a ballon (but a feature of Windows 2K & up). I've also seen the command bars tooltip using ballon style. Can this be used to show a message say on a text box?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 October 2007 at 1:16am |
|
Hi,
CommandBars\ToolTipContext sample shows how to add tooltipcontext for dialog.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
jimmy
Senior Member
Joined: 11 November 2003 Location: Austria Status: Offline Points: 516 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 October 2007 at 6:43am |
|
Different behave between CStandardTooltip & CXTPToolTipContextToolTip (CLunaToolTip).
Test it with TooltipContext sample. 1) change in the dialog m_moduleContext.SetStyle(xtpToolTipRTF); to m_moduleContext.SetStyle(xtpToolTipBalloon); activate the dialog. move mouse from top side over a checkbox, mith CStandardTooltip it will show, hide, show. with CXTPToolTipContextToolTip it work. 2) Add a tooltip to a groupbox. (Options) With CLunaToolTip it will show, but not with CStandardTooltip. Can you repalce the StandardTooltips with a own derive from CXTPToolTipContextToolTip. Thanks Jimmy |
|
![]() |
|
jimmy
Senior Member
Joined: 11 November 2003 Location: Austria Status: Offline Points: 516 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 October 2007 at 7:59am |
|
a way to show LunaTooltip as Ballon
or Ballon Tooltip with LunaColor ? How to change background color for TooltipRTF ? Jimmy |
|
![]() |
|
eddiepaz
Groupie
Joined: 28 October 2004 Location: United States Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 October 2007 at 9:13pm |
|
Oleg, thanks for the answer. I have looked at ToolTipContext carefully, and unless I'm losing it, I can't seem to find how to display the tooltip when I need it (not mouseover). Any other suggestions?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 October 2007 at 12:33am |
|
Hi, Sorry, seems there is no way to show it on request :(
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |