Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - to arrange docking window position.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

to arrange docking window position.

 Post Reply Post Reply
Author
Message
copycdx2 View Drop Down
Groupie
Groupie


Joined: 17 September 2008
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote copycdx2 Quote  Post ReplyReply Direct Link To This Post 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
 
Back to Top
Smucker View Drop Down
Senior Member
Senior Member
Avatar

Joined: 02 February 2008
Status: Offline
Points: 156
Post Options Post Options   Thanks (0) Thanks(0)   Quote Smucker Quote  Post ReplyReply Direct Link To This Post 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)

Back to Top
copycdx2 View Drop Down
Groupie
Groupie


Joined: 17 September 2008
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote copycdx2 Quote  Post ReplyReply Direct Link To This Post 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.
 
 
Back to Top
Smucker View Drop Down
Senior Member
Senior Member
Avatar

Joined: 02 February 2008
Status: Offline
Points: 156
Post Options Post Options   Thanks (0) Thanks(0)   Quote Smucker Quote  Post ReplyReply Direct Link To This Post 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)

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.