Print Page | Close Window

CXTPPopupControl message routing

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=15984
Printed Date: 16 November 2024 at 10:24pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPPopupControl message routing
Posted By: markr
Subject: CXTPPopupControl message routing
Date Posted: 11 January 2010 at 10:50am
I have an instance of CXTPPopupControl associated with my application's main frame (e.g. the control calls Show(this) within the main frame).

Occasionally, the popup control will be displayed just prior to a modal dialog window being displayed. In such cases, the popup control becomes unresponsive to user interaction, assumedly because the modal window is interfering with normal message routing.

Is there a way to keep CXTPPopupControl responsive in such cases?



Replies:
Posted By: Oleg
Date Posted: 12 January 2010 at 1:18am
Hi,
 
Try replace Show(this) to
Show(NULL);
SetOwner(this);


-------------
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