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

CBN_XTP_EXECUTE not launched

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


Joined: 10 November 2003
Location: Spain
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote fjsen Quote  Post ReplyReply Direct Link To This Post Topic: CBN_XTP_EXECUTE not launched
    Posted: 01 March 2007 at 12:43pm
Hi,
 
I've noticed that when you create a CXTPControlComboBox control, the CBN_XTP_EXECUTE notification message is not launched, is it? In XTP v9.80 it were launched. Is there any way to make last XTP release to launch that message as v9.80 did?

Kind regards,

Francisco Jose Sen
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: 04 March 2007 at 3:11am

Hi, 

we never had CBN_XTP_EXECUTE macro. try ON_XTP_EXECUTE
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
fjsen View Drop Down
Newbie
Newbie


Joined: 10 November 2003
Location: Spain
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote fjsen Quote  Post ReplyReply Direct Link To This Post Posted: 05 March 2007 at 2:51am
v10.4.1:
--------
#define ON_XTP_EXECUTE(id, memberFxn) \
ON_NOTIFY(CBN_XTP_EXECUTE, id, memberFxn)
 
In version 9.80, when you created a CXTPControlComboBox the CBN_XTP_EXECUTE notification message were fired. We catched it with ON_XTP_EXECUTE macro. Now, we have migrated to v10.4.1 and that message is not fired when creating the control.
 
Kind regards,
 
Francisco José
 
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: 05 March 2007 at 7:02am
Hi,
oh. I thought you use CBN_XTP_EXECUTE as macro. Sorry.
 
Try to set breakpoint in LRESULT CXTPControl::NotifySite(CWnd* pSite, UINT code, NMXTPCONTROL* pNM)
and check what window receives this notification. I think you catch it in wrong window.
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.048 seconds.