[Closed] Initial Positions |
Post Reply |
Author | |
Simon HB9DRV
Senior Member Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Posted: 23 February 2007 at 4:26am |
Hi,
How do I set the initial position of two panes (3, 5) as shown below?
Is it possible to assign 40% of available with to pane 3 and 60% to pane 5? TIA, Simon |
|
Simon HB9DRV
|
|
Simon HB9DRV
Senior Member Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
|
I've worked with this sample and cannot for the life of me work out how to do this - so...
HELP !!! |
|
Simon HB9DRV
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Just set initial sizes of panes.
CXTPDockingPane* pwndPane1 = m_paneManager.CreatePane(
IDR_PANE1, CRect(0, 0,600, 120), xtpPaneDockBottom); m_paneManager.CreatePane( IDR_PANE2, CRect(0, 0,400, 120), xtpPaneDockLeft, pwndPane1); |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Simon HB9DRV
Senior Member Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
|
Thanks - I just worked this out myself! Reading the documentation is one thing; understanding it another.
Again, many thanks for a brilliant product.
|
|
Simon HB9DRV
|
|
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 |