Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Is it possible ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Is it possible ?

 Post Reply Post Reply
Author
Message
StephenW View Drop Down
Groupie
Groupie
Avatar

Joined: 21 November 2007
Location: United Kingdom
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote StephenW Quote  Post ReplyReply Direct Link To This Post Topic: Is it possible ?
    Posted: 03 December 2007 at 6:42am
Hello
 
I have added some functions to the quick access bar, and these then appear as ticked items in the Customise Quick Access Toolbar menu.  I would like to be able to add other items to the customise menu as unticked, thus not yet visible on the quick access bar, as per Word 2007.  Is this possible ?
 
 
Also is it possble to disable the More Commands... menu option that appears on the Customise Quick Access Toolbar menu ?
 
 
Many thanks
Back to Top
StephenW View Drop Down
Groupie
Groupie
Avatar

Joined: 21 November 2007
Location: United Kingdom
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote StephenW Quote  Post ReplyReply Direct Link To This Post Posted: 10 December 2007 at 4:39am
?
Back to Top
ijwelch View Drop Down
Senior Member
Senior Member


Joined: 20 June 2006
Status: Offline
Points: 262
Post Options Post Options   Thanks (0) Thanks(0)   Quote ijwelch Quote  Post ReplyReply Direct Link To This Post Posted: 11 December 2007 at 12:04pm
Hi,

I've figured out the first part. You need to call CreateOriginalControls before adding any items you DON'T want to appear by default. eg.

.QuickAccessControls.Add xtpControlButton, 9999, "Visible Item"
.QuickAccessControls.CreateOriginalControls
.QuickAccessControls.OriginalControls.Add xtpControlButton, 99999, "Hidden Item"

I can't find a solution to the More Commands... problem though.
Back to Top
StephenW View Drop Down
Groupie
Groupie
Avatar

Joined: 21 November 2007
Location: United Kingdom
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote StephenW Quote  Post ReplyReply Direct Link To This Post Posted: 14 December 2007 at 5:00am
Thank you, I will give this a try
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.063 seconds.