Print Page | Close Window

Ballon Help

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=8336
Printed Date: 13 November 2025 at 9:12pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ballon Help
Posted By: eddiepaz
Subject: Ballon Help
Date Posted: 07 October 2007 at 8:48pm
How do I display a ballon tooltip manually as in the class below?
 
http://www.codeproject.com/miscctrl/balloonhelp.asp - http://www.codeproject.com/miscctrl/balloonhelp.asp
 
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?



Replies:
Posted By: Oleg
Date Posted: 09 October 2007 at 1:16am
Hi,
 
CommandBars\ToolTipContext sample shows how to add tooltipcontext for dialog.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: jimmy
Date 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



Posted By: jimmy
Date 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


Posted By: eddiepaz
Date 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?


Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net