ShowPane |
Post Reply |
Author | |
jimmy
Senior Member Joined: 11 November 2003 Location: Austria Status: Offline Points: 515 |
Post Options
Thanks(0)
Posted: 15 May 2006 at 8:56am |
Hello,
I've a MDI App. with some panes. And i have a function tho show a pane CMainFrame::ShowPane(int nID) { CXTPDockingPane *pWndPane = GetDockingPaneManager()->FindPane(nID); if (pWndPane) GetDockingPaneManager()->ShowPane(pWndPane); } The pane are docked with other pane. Now i open a modal Dialog. in this dialog, i call ShowPane(ID_OUTPUT); The child will be show, but the CXTPDockingPaneTabbedContainer will not be redraw. Only redraw, after dialog is closed. I use v9.81 Jimmy |
|
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 |