Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Ballon Help
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Ballon Help

 Post Reply Post Reply
Author
Message
eddiepaz View Drop Down
Groupie
Groupie
Avatar

Joined: 28 October 2004
Location: United States
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote eddiepaz Quote  Post ReplyReply Direct Link To This Post Topic: Ballon Help
    Posted: 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?
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 09 October 2007 at 1:16am
Hi,
 
CommandBars\ToolTipContext sample shows how to add tooltipcontext for dialog.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
jimmy View Drop Down
Senior Member
Senior Member


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 516
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
jimmy View Drop Down
Senior Member
Senior Member


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 516
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
eddiepaz View Drop Down
Groupie
Groupie
Avatar

Joined: 28 October 2004
Location: United States
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote eddiepaz Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
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.078 seconds.