Docking Pane Moves Toolbars |
Post Reply |
Author | |
beatle
Newbie Joined: 26 May 2005 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 14 June 2005 at 8:27pm |
In my MDI app's frame class I add the pane as follows: CXTPDockingPane* pwndPane1 = m_pPaneManager->CreatePane(m_NextPaneID, CRect(0, 0, 200, 120), xtpPaneDockLeft); However, the docked window displaces the toolbar and status bar- I would prefer that the client area rect stay the same with the pane upper left corner under the toolbar. Any ideas?
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Maybe your order of creation is wrong or you add them in the wrong
place. In your OnCreate method you must first create the Status
bar, then all control bars including the Status Bar must be created
before CommandBars. Then you add the Docking Panes. Where
do you add the panes?
|
|
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 |