How to Show Extended Ribbon Panel |
Post Reply |
Author | |
archies
Groupie Joined: 17 November 2009 Location: India Status: Offline Points: 33 |
Post Options
Thanks(0)
Posted: 17 March 2011 at 12:42am |
Hi;
I need an arrow button just on the TextLine of Ribbon panel.For which i also need the Mouse LButtonDown Event. On LBUTTONDOWN , i wish to show the extended Ribbon Panel to show some more xtpControlButtons or Popups or controls. Can we achive this with the help of CodeJock. Thnx in advance |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Maybe option button will work for you?
pGroupClipborad->ShowOptionButton();
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
archies
Groupie Joined: 17 November 2009 Location: India Status: Offline Points: 33 |
Post Options
Thanks(0)
|
thnx for the reply.
But "ShowOptionButton" will make a button on the right corner of the Panel. I need something on the Middle of the Panel . One more thing how can i show the extended Dialog/or something attached with that panel. thnx |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
its hard to add it in middle. If you don't afraid hard things start from CXTPRibbonPaintManager
you need create own paint manager, override void CXTPRibbonPaintManager::DrawGroup(CDC* pDC, CXTPRibbonGroup* pGroup) draw triangle. and catch WM_LBUTTONDOWN in own CXTPRibbonBar derived class
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
archies
Groupie Joined: 17 November 2009 Location: India Status: Offline Points: 33 |
Post Options
Thanks(0)
|
Hi Oleg ;
Can we make the Extended Panel .i.e. panel inside the panel (which comes out on the mouse click) |
|
Asim
Newbie Joined: 27 March 2009 Status: Offline Points: 7 |
Post Options
Thanks(0)
|
thnx for the above reply . Now i am able to make a Marker just on the Title Area of the ribbon Panel. No i need to show the extra panel just below the Ribbon panel . How can i create the extra panel *Top most image [Ques - 2] showing the Extra panel thnx
|
|
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 |