Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - dockpane Wnd hide when ESC key press.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

dockpane Wnd hide when ESC key press.

 Post Reply Post Reply
Author
Message
copycdx2 View Drop Down
Groupie
Groupie


Joined: 17 September 2008
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote copycdx2 Quote  Post ReplyReply Direct Link To This Post Topic: dockpane Wnd hide when ESC key press.
    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
 
 
 
 
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 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
Back to Top
copycdx2 View Drop Down
Groupie
Groupie


Joined: 17 September 2008
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote copycdx2 Quote  Post ReplyReply Direct Link To This Post Posted: 28 October 2008 at 3:46am
 
 thank you!
 
 add oncancel and good.
 
 
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.047 seconds.