CXTPPopupControl message routing |
Post Reply |
Author | |
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
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? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Try replace Show(this) to
Show(NULL);
SetOwner(this);
|
|
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 |