ShowPane when opening a dialog box |
Post Reply |
Author | |
Irisz
Newbie Joined: 25 May 2004 Location: Israel Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 25 May 2004 at 2:08am |
Hi, I'm using the method ShowView of CXTPDockingManager. I opens a Modal dialog box just after that: void CMainFrame::OnGo(){ CXTPDockingPane* pPane = m_paneManager.FindPane(1); m_paneManager.ShowPane(pPane); CMyDialog aDlg; aDlg.DoModal(); } My problem is that the Pane becomes visible only after the dialog-box is closed (even though the call to ShowPane was first). I must have the Pane visible when the modal dialog is alive. How can I do it ? thanks, Iris. |
|
Ark42
Senior Member Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
|
RecalcLayout (?) |
|
Irisz
Newbie Joined: 25 May 2004 Location: Israel Status: Offline Points: 5 |
Post Options
Thanks(0)
|
it works, thanks. |
|
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 |