Print Page | Close Window

CBN_XTP_EXECUTE not launched

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=6542
Printed Date: 08 November 2025 at 3:47am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CBN_XTP_EXECUTE not launched
Posted By: fjsen
Subject: CBN_XTP_EXECUTE not launched
Date 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



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


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


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



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