Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - CXTPPopupControl message routing
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPPopupControl message routing

 Post Reply Post Reply
Author
Message
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 443
Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Topic: CXTPPopupControl message routing
    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?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 12 January 2010 at 1:18am
Hi,
 
Try replace Show(this) to
Show(NULL);
SetOwner(this);
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.281 seconds.