Print Page | Close Window

How to Show Extended Ribbon Panel

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=18065
Printed Date: 25 November 2024 at 2:45am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to Show Extended Ribbon Panel
Posted By: archies
Subject: How to Show Extended Ribbon Panel
Date 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



Replies:
Posted By: Oleg
Date Posted: 17 March 2011 at 2:19am
Maybe option button will work for you?

pGroupClipborad->ShowOptionButton();


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


Posted By: archies
Date Posted: 17 March 2011 at 2:24am
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


Posted By: Oleg
Date Posted: 17 March 2011 at 6:35am
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


Posted By: archies
Date Posted: 21 March 2011 at 8:27am
Hi Oleg ;
Can we make the Extended Panel .i.e. panel inside the panel (which comes out on the mouse click)


Posted By: Asim
Date Posted: 25 May 2011 at 6:38am
Originally posted by archies archies wrote:

Hi Oleg ;
Can we make the Extended Panel .i.e. panel inside the panel (which comes out on the mouse click)

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



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