![]() |
Customization of the ribbonbar |
Post Reply
|
| Author | |
fbeaupre
Newbie
Joined: 22 May 2006 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: Customization of the ribbonbarPosted: 07 September 2006 at 1:05pm |
|
Will the ribbon bar be customizable (using the same mechanism as with commandbars) in future releases of ToolkitPro? If so (would be very appreciated), when will it be?
Thanks, Fred |
|
|
Frédérick Beaupré
Software Developper InnovMetric Software Inc. |
|
![]() |
|
fbeaupre
Newbie
Joined: 22 May 2006 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 September 2006 at 3:01pm |
|
Is there anybody in?
|
|
|
Frédérick Beaupré
Software Developper InnovMetric Software Inc. |
|
![]() |
|
ABuenger
Newbie
Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 September 2006 at 3:28pm |
|
The Ribbon itself is not user customizeable and is not intended to be. One of the design goals of the Ribbon is that the user interface is constitent over the whole lifetime of the application.
Only the Quick Access Toolbar (QAT) and the Quick Customize Menu is user customizeable.
![]() |
|
|
Codejock support
|
|
![]() |
|
davidsimmonds
Newbie
Joined: 16 December 2005 Status: Offline Points: 17 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 January 2007 at 11:43am |
|
Is there a way to disable the customize button or not display it?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 January 2007 at 11:57am |
|
Hi,
pRibbon->ShowQuickAccess(FALSE);
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
davidsimmonds
Newbie
Joined: 16 December 2005 Status: Offline Points: 17 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 January 2007 at 12:03pm |
|
That will get rid of the QuickAccess control completely, not just the customize button. Is there no way to hide the "customize" button only?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 January 2007 at 1:07pm |
|
Hi, override CXTPRibbonBar and in constructor call m_pControlQuickAccess->SetVliaible(FALSE);
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
davidsimmonds
Newbie
Joined: 16 December 2005 Status: Offline Points: 17 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 January 2007 at 1:12pm |
|
I think you have a typo there. SetVliaible is not a method.
|
|
![]() |
|
davidsimmonds
Newbie
Joined: 16 December 2005 Status: Offline Points: 17 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 January 2007 at 1:14pm |
|
Never mind. I figure you mean SetVisible.
|
|
![]() |
|
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 |