Print Page | Close Window

ShowPane

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=4214
Printed Date: 28 April 2024 at 9:44pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ShowPane
Posted By: jimmy
Subject: ShowPane
Date 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





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