![]() |
Initial Pane Layout |
Post Reply ![]() |
Author | |
mrmathis ![]() Senior Member ![]() ![]() Joined: 17 May 2007 Location: United States Status: Offline Points: 105 |
![]() ![]() ![]() ![]() ![]() Posted: 17 February 2009 at 6:54pm |
Using the dynamic docking pane sample to illustrate, I'd like my app to appear like this.
![]() That is, I want "Edit 5" at the bottom of the frame and to the right of "List 6."
However, my code attempts either give me this:
![]() (which I got via pPaneMgr->DockPane(pEdit5, xtpPaneDockBottom, NULL);), or this:
![]() which I got via (pPaneMgr->DockPane(pEdit5, xtpPaneDockRight, pList6);).
What is the right way to tell a pane to dock using two points of reference at once?
|
|
--Mike
|
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Change order of panes you create
first create Pane5 at bottom, then Pane 4 at Left and then Pane 6 at bottom of Pane 4.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
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 |