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

CXToolBar

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


Joined: 06 August 2004
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote denczek Quote  Post ReplyReply Direct Link To This Post Topic: CXToolBar
    Posted: 07 July 2006 at 5:15pm
I am using CXToolBar in an MDI child window.  I have 2 issues:
 
1 - How can I get mouse up events from the buttons on the toolbar?
 
2 - How do I get tooltips to display?
 
Thanks greatly,
 
Michael
 
Back to Top
Barto View Drop Down
Groupie
Groupie


Joined: 27 February 2005
Location: Germany
Status: Offline
Points: 60
Post Options Post Options   Thanks (0) Thanks(0)   Quote Barto Quote  Post ReplyReply Direct Link To This Post Posted: 08 July 2006 at 8:47am
you have to derive your mdi child window from CXTPFrameWndBase<CMDIChildWnd> instead of CMDIChildWnd.
I guess tooltips will then work automatically and you can use standard ON_COMMAND or ON_XTP_COMMAND message handlers to handle button clicks from the toolbar.
Back to Top
denczek View Drop Down
Newbie
Newbie


Joined: 06 August 2004
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote denczek Quote  Post ReplyReply Direct Link To This Post Posted: 10 July 2006 at 10:08am

The MDI child windows are currently derived from CXTMDIChildWnd.  And I don't see CXTPFrameWndBase in version 4.1 of the toolkit...

I have not yet upgraded to the new version due to lack of forward compatability.
Back to Top
SuperMario View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 10 July 2006 at 4:01pm
CXTP classes are from the ToolkitPro
Back to Top
denczek View Drop Down
Newbie
Newbie


Joined: 06 August 2004
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote denczek Quote  Post ReplyReply Direct Link To This Post Posted: 11 July 2006 at 12:18am
Any ideas?
Back to Top
denczek View Drop Down
Newbie
Newbie


Joined: 06 August 2004
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote denczek Quote  Post ReplyReply Direct Link To This Post Posted: 11 July 2006 at 1:28pm
I was able to get the tooltips working, but no luck with intercepting the WM_LBUTTONUP message from one of the buttons on the toolbar...
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.047 seconds.