Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - RibbonBar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

RibbonBar

 Post Reply Post Reply
Author
Message
alex08 View Drop Down
Newbie
Newbie


Joined: 26 February 2008
Location: United Kingdom
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote alex08 Quote  Post ReplyReply Direct Link To This Post Topic: RibbonBar
    Posted: 27 February 2008 at 1:03pm
Please,help.
How to modify or set RibbonBar properties that became allowed in the run application modify items in the RibbonBar tabs(for example,i want delete, shift some button or other exist item)
i try:
1) CXTPRibbonBar* pRibbonBar = (CXTPRibbonBar*)pCommandBars->Add(_T("The Ribbon"), xtpBarTop, RUNTIME_CLASS(CXTPRibbonBar));
2) pRibbonBar->{ something } but not find function that possible to me allow in my run application drag&drop, change custom components
PS: sorry for my english
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2008 at 1:10pm
Hi
There is EnableCustomization method but functionality of Ribbon customization is quite limited now,
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
alex08 View Drop Down
Newbie
Newbie


Joined: 26 February 2008
Location: United Kingdom
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote alex08 Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2008 at 1:17pm
i use Xtreme ToolkitPro 2007 Vol 2 (11.2.2). in this softw this function is limited too?
But how to do this different way?
Back to Top
alex08 View Drop Down
Newbie
Newbie


Joined: 26 February 2008
Location: United Kingdom
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote alex08 Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2008 at 1:26pm
Please tell how to do this --



what function and where need use

Thanks In Advance
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2008 at 1:34pm

Hi,

Did you try call pRibbonbar->EnableCustomization(TRUE) ?
 
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
alex08 View Drop Down
Newbie
Newbie


Joined: 26 February 2008
Location: United Kingdom
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote alex08 Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2008 at 2:04pm
Oh,yes i this try & i try other variants and that no work.
But now i all recreate and now it's works.
Thanks Oleg
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.141 seconds.