Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - ShowPane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ShowPane

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


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 515
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post Topic: ShowPane
    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


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.139 seconds.