![]() |
CBN_XTP_EXECUTE not launched |
Post Reply
|
| Author | |
fjsen
Newbie
Joined: 10 November 2003 Location: Spain Status: Offline Points: 18 |
Post Options
Thanks(0)
Quote Reply
Topic: CBN_XTP_EXECUTE not launchedPosted: 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 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
fjsen
Newbie
Joined: 10 November 2003 Location: Spain Status: Offline Points: 18 |
Post Options
Thanks(0)
Quote Reply
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é
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
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 |