Print Page | Close Window

to arrange docking window position.

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=14089
Printed Date: 20 April 2024 at 10:33am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: to arrange docking window position.
Posted By: copycdx2
Subject: to arrange docking window position.
Date 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
 



Replies:
Posted By: Smucker
Date 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)



Posted By: copycdx2
Date 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.
 
 


Posted By: Smucker
Date 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)




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