Print Page | Close Window

Initial Pane Layout

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=13436
Printed Date: 22 July 2025 at 11:03am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Initial Pane Layout
Posted By: mrmathis
Subject: Initial Pane Layout
Date 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



Replies:
Posted By: Oleg
Date Posted: 18 February 2009 at 1:13am
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



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