![]() |
to arrange docking window position. |
Post Reply
|
| Author | |
copycdx2
Groupie
Joined: 17 September 2008 Status: Offline Points: 20 |
Post Options
Thanks(0)
Quote Reply
Topic: to arrange docking window position.Posted: 21 April 2009 at 4:06am |
|
I inserted docking pane like belowcode.
CXTPDockingPane* pwndGunggido = m_paneManager.CreatePane( IDS_GUNGGIDOCATALOGWND,
CRect(0, 300,200, 380), xtpPaneDockLeft, pwnCatallog ); ASSERT(pwndGunggido); pwndGunggido->SetTitle(_T("GGDO")); ![]() but, I want to be below
![]() |
|
![]() |
|
Smucker
Senior Member
Joined: 02 February 2008 Status: Offline Points: 156 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 April 2009 at 5:54pm |
|
Use xtpPaneDockBottom to dock below the catalog pane.
|
|
|
Product: Xtreme Toolkit Pro version 13.2 (Unicode, static build)
Platform: Windows 200x/XP/Vista/Win7 (32/64 bit) Language: Visual C++ 9.0 (Studio 2008) |
|
![]() |
|
copycdx2
Groupie
Joined: 17 September 2008 Status: Offline Points: 20 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 April 2009 at 3:47am |
|
Oh~ thank you!.
I thinked that xtpPaneDockBottom-option is Bottom of MainFrame.
--------------------------------
I have another question.
How do i as bottom.
Option have four-case. bottom, left, top, right.
![]() |
|
![]() |
|
Smucker
Senior Member
Joined: 02 February 2008 Status: Offline Points: 156 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 April 2009 at 1:35pm |
|
Dock the pane the same way, then m_paneManager.AttachPane(pwndGGGO, pwndCatalog)
|
|
|
Product: Xtreme Toolkit Pro version 13.2 (Unicode, static build)
Platform: Windows 200x/XP/Vista/Win7 (32/64 bit) Language: Visual C++ 9.0 (Studio 2008) |
|
![]() |
|
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 |