Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Container Recent Documents
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Container Recent Documents

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


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Topic: Container Recent Documents
    Posted: 02 February 2007 at 2:47pm
Hi, I had seen in the Ribbon Sample a container in the right side with the recent documents. And when you put over the print button appears a new menu in the same place.
But i dont find the code or command for insert this control.

Thank you for all
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: 04 February 2007 at 1:51am
Hi,
 
See this code:
        Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarListCaption")
        Control.Caption = "Recent Documents"
        Control.BeginGroup = True
        .AddControl Control
      
        Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarListItem")
        Control.Caption = "frmMain.frm"
        .AddControl Control
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
mav50202 View Drop Down
Newbie
Newbie


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Posted: 04 February 2007 at 2:36pm
Thank very much for your reply, but I use activex Suite pro and i think that this constant its only for toolkitpro ?? Its true or is valid for suite pro too? I dont find nothing in help document.

"CXTPRibbonControlSystemPopupBarListCaption"
"CXTPRibbonControlSystemPopupBarListItem"
Back to Top
mav50202 View Drop Down
Newbie
Newbie


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Posted: 04 February 2007 at 3:04pm
Originally posted by mav50202 mav50202 wrote:

Thank very much for your reply, i did it. I got crazy because i couldnt find it.
Thank you again.
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.027 seconds.