Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - system button flyout
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

system button flyout

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


Joined: 31 January 2008
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bala Quote  Post ReplyReply Direct Link To This Post Topic: system button flyout
    Posted: 04 August 2008 at 5:10pm
Hi,
 
How can we contain the popup flyout limits to be within the base system button flyout and get the scroll arrow to show up(similar to word 2007  - shown below)
 
 
 
I am currently getting my flyout to go out of limits and no scroll...see below
 
 
I would like the width and hieght match the base page and get a scroll.Is there a setting to achieve this
 
Regards,
Bala
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: 05 August 2008 at 1:27am
Sorry, no.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Bala View Drop Down
Newbie
Newbie


Joined: 31 January 2008
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bala Quote  Post ReplyReply Direct Link To This Post Posted: 05 August 2008 at 10:04am
Hi Oleg,
 
As this is one of the requirements to be "office 2007 compliant" - Can this be supported in your next release.
 
Also we would like to control the number of lines in the syystem button flyout entries. Currently it seems to be truncated to two lines always. we have some command descriptions that are longer ~ 200 charecters.
 
for ex:- this is how badly it looks now...
 
 
 
Is there a property on CXTPRibbonSystemPopupBarPage to achieve this.
 
Here is the code snippet that we are using

pControls->Add(pControl,nCmdId); //main button on the left

CXTPRibbonSystemPopupBarPage* pPopupBar = new CXTPRibbonSystemPopupBarPage();pPopupBar->SetCommandBars(pCommandBars);

CMenu menu;

if (menu.LoadMenu(nMenuId))//load menu from resource

pPopupBar->LoadMenu(menu.GetSubMenu(0));//load flyout on the right
 
Any help would be appreciated.
Regards,
Bala
Back to Top
adwild2 View Drop Down
Groupie
Groupie
Avatar

Joined: 17 December 2008
Location: Netherlands
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote adwild2 Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2009 at 10:42am
Can anyone explain how i can increase the width of the system menu so the CXTPRibbonSystemPopupBarPage is placed over the system menu (as in Bala example above)?
 
And is it possible to show an initial CXTPRibbonSystemPopupBarPage when the system menu is openend? (As in Word where a list of most recent documents is shown). How can I achieve this?
 
Thanks in advance.
Arie
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP SP3 (32bit)
Language: Progress OpenEdge 10.2A
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.031 seconds.