ribbon-control

Can the "Fluent" UI ribbon controls co-exist with the new "Microsoft Ribbon for WPF"?

We have an app in progress/development using the Office Fluent UI ribbon control library. It seems that the new RTM release of the Microsoft Ribbon for WPF is going to be the standard for the Microsoft libraries (at least for the next month or so). Can we install the Microsoft Ribbon for WPF safely on our dev boxes and begin transitioni...

Searching workaround to apply Localization on Ribbon Control using LocalizationExtension from codeplex

Hi, My application has to support multiple languages and should be able to switch the language on run time. For that purpose I am using LocalizationExtension from codeplex (http://wpflocalizeextension.codeplex.com/) I am using Ribbon Contorl in my application. I am creating ribbonCommands as window resource and Binding the LableTitle an...

Microsoft Ribbon for WPF: Controling Item Count in QuickAccess Toolbar?

I am getting up to speed on the new Microsoft Ribbon for WPF. I am creating a Ribbon with a Quick Access Toolbar. I have six items in the QAT--I'd like to show four of them and put the other two in the overflow button. At this point, all six buttons are showing, with no overflow button. How do I set the number of visible QuickAccess butt...

Is it possible to set the font of the builed in Ribbon controls (D2009)?

I would like to increase the font size of the standard (D2009) Ribbon controls, but I din't find a property to do it. Is it possible to change the font at all? When yes, how? thanks ...

ribbon controls

How do I enable ribbon buttons which are disabled after clicking the more commands button in a quickaccessbar using Delphi? ...

MultiBinding with Prism/RibbonControl causing converter to fire early

<inf:WorkspaceContent.Resources> <ResourceDictionary> <commands:CommandReference x:Key="CompareCommandReference" Command="{Binding CompareCommand}"/> <converters:FlowDocumentConverter x:Key="FlowDocConverter"/> </ResourceDictionary> </inf:WorkspaceContent.Resources> <Grid x:Name="LayoutRoot"> <Grid.RowDef...

VSTO Ribbon Drop Down not Populating

I'm writing a Word template in Visual Studio 2010, .NET Framework 4.0 and for the life of me I can't get a drop down in the ribbon control to populate. When I step through the code it looks like it's working fine, but there's nothing in the drop down. Here's my code: 'The comments property has a value of "100-00001,100-99999,110-99999" ...

Regarding Ribbon controls in delphi

Hi How can i save the current state of Ribbon So that i can load ribbon with the same state while opening the exe next time using Delphi? ...

Is there a way to call quick parts from Fluent UI xml?

I would like to be able to create a custom UI in Word 2007/2010 to call quick parts/auto-texts from the custom ribbon. I can call macros and other coded things fine, but is there a way to integrate quickparts in a custom ribbon? ...

Office Ribbon control: how to get the reference of a control in a custom tab

Hi, I created a custom ribbon tab for PowerPoint 2007. The tab contains a dropdown box and a button. In the button's callback (onAction) I would like to execute different codes depending on which item is selected in the dropdown. However I do not know how to get a reference to the dropdown control from the button's callback. Is there...

Excel 2007 Ribbon Will Not Re-Validate Unless Excel Window Has Focus

I am experiencing a strange problem. I have a custom Ribbon in Excel 2007 (built using RibbonX). Certain tabs in the ribbon are dynamically hidden and dropdowns are dynamically populated. This means that when the use takes certain actions the ribbon must be invalidated so it can be re-drawn. This works 100% of the time when the user has...

Add custom group to Home tab in Outlook 2010 using VBA

Hi, Can't seem to find any simple VBA tutorials for adding a custom group to the Home tab in the Outlook 2010 ribbon. Shouldn't it be a couple of simple steps involving something like traversing objects in the Home tab and programmatically add the group with controls etc, or redefine the XML that describes the Home tab. Is there any s...

How to use the Context Category control ?

Just like the title , I don't know how to use the ribbon's ContextCategory control. And I hope anyone can told me how to use it,or give me some examples.Thank a lot!!! ...

ribbon controls in delphi

(sorry this question is not based on software but about legal issues ) I have used tms ribbon controls and ribbon controls came with Delphi 2009 in my project. i can remember the Delphi setup warned me about ribbon controls and said me to get license from microsoft. whats is the licences and can i distribute this application as a comerc...

What does your AxHost wrapper look like?

For me it is almost nostalgic to subclass AxHost for Windows Forms. But this need seemed necessary for a VSTO project of mine. So this was my move: using System.Drawing; using System.Windows.Forms; using stdole; namespace Songhay.Office2010.WordWalkingStick { /// <summary> /// Exposes selected static members /// of <see cre...

Updating RibbonMenu

I'm trying to find a way to update a RibbonMenu's items (like a few RibbonButtons) when the RibbonMenu is clicked (i.e. something like a BeforeDropDown). I know I can update it with the event of another control, but how do it update it when it is clicked? This http://msdn.microsoft.com/en-us/library/microsoft.office.tools.ribbon.ribbonm...