Print Page | Close Window

dockpane Wnd hide when ESC key press.

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=12547
Printed Date: 22 July 2025 at 10:37am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: dockpane Wnd hide when ESC key press.
Posted By: copycdx2
Subject: dockpane Wnd hide when ESC key press.
Date Posted: 28 October 2008 at 1:37am
 
 CXTPDockingPane* pwndPane2 = m_paneManager.CreatePane( IDS_CATALOGWND,
              CRect(0, 300,200, 380),
              xtpPaneDockLeft,
              pwndPane1 ); ASSERT(pwndPane2);
 
 
My app of docking-pane is good;
but, after press ESC key on focused state,
 then child windows hide.
 
and, child window appear  after resize pane or framewindow resize event
 
 
 
 



Replies:
Posted By: Oleg
Date Posted: 28 October 2008 at 3:34am
Hi,
 
Its not DockingPane Hide - its your Dialog closed.
 
add
 virtual void OnOK() {}
 virtual void OnCancel(){}
in code of your dialog.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: copycdx2
Date Posted: 28 October 2008 at 3:46am
 
 thank you!
 
 add oncancel and good.
 
 



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