Print Page | Close Window

Grippers on Docking panes

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=10049
Printed Date: 01 July 2024 at 8:54am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Grippers on Docking panes
Posted By: adrien
Subject: Grippers on Docking panes
Date Posted: 02 April 2008 at 8:45pm
How do I get my grippers back?
 
Did you mean to take them out, or is it just a resource issue?
 
Adrien


-------------
http://www.wingate.com - http://www.wingate.com



Replies:
Posted By: adrien
Date Posted: 02 April 2008 at 8:46pm
p.s. sorry, was meant to post this under the 12.0 beta section

-------------
http://www.wingate.com - http://www.wingate.com


Posted By: adrien
Date Posted: 02 April 2008 at 9:27pm
actually looks like most styles for docking panes have lost their grippers.  Only ones working are Office2003 ones.

-------------
http://www.wingate.com - http://www.wingate.com


Posted By: Oleg
Date Posted: 03 April 2008 at 2:54am
Hi,
 
Yes gripper was removed from Office 2007 theme. To draw it use custom theme:
 
 class CTheme : public CXTPDockingPaneOffice2007Theme
 {
 public:
  CTheme()
  {
   m_bDrawGripper = TRUE;
  }
 };
 m_paneManager.SetCustomTheme(new CTheme());
 
All other themes except 2003 never had gripper.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: adrien
Date Posted: 03 April 2008 at 7:36am
thanks!
 
shame I can't just call
 
((CXTPDockingPaneOffice2007Theme*)m_PaneManager.GetPaintManager())->m_bDrawGripper = TRUE;
 
but it's protected.. 


-------------
http://www.wingate.com - http://www.wingate.com


Posted By: Oleg
Date Posted: 03 April 2008 at 3:25pm

Hi,

changed to public for final release.

thanks.



-------------
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