![]() |
Grippers on Docking panes |
Post Reply
|
| Author | |
adrien
Senior Member
Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
Quote Reply
Topic: Grippers on Docking panesPosted: 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
|
|
![]() |
|
adrien
Senior Member
Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 April 2008 at 8:46pm |
|
p.s. sorry, was meant to post this under the 12.0 beta section
|
|
![]() |
|
adrien
Senior Member
Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
Quote Reply
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.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
adrien
Senior Member
Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
Quote Reply
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..
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 April 2008 at 3:25pm |
|
Hi, changed to public for final release. thanks. |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |