ribbon

Double ribbon items for SplitButton

Hi, I develop MS Office add-in which extends ribbon in the following way: <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" loadImage="GetImage" onLoad="OnRibbonLoad"> <ribbon> <tabs> <tab idMso="TabHome"> <group id="PapirusGroup" label="Papirus"> <splitButton id="SaveSplitButton" size="large" get...

Telerik WPF RibbonBar populated via DataBinding

I have and object model, a UserProfile, that contains many ServiceProfile, each containing many CommandProfile. I have bound this model with Telerik WPF OutlookBar: <telerikNavigation:RadOutlookBar ItemsSource="{Binding ServiceProfiles}" Background="{Binding Color}"> ...

How to automatically resize ribbon controls in VSTO?

Hi all, In Office 2007 boxes on the ribbon change their size when window size changes. Here is an example, Styles group box on excel Home ribbon. When window is stretched horizontally, Styles look like this: If we reduce window width a little, Styles will change to this: If width is reduced even further, we'll see this: The qu...

Vista Basic theme ribbon issue

Under Vista, when in Basic theme, after calling IUIFramework::Destroy() the Vista theme is lost, and enlarging the window does not display outside of the initial area. You can repro it easily with the SimpleRibbon SDK sample. In simpleribbon.cpp, insert in the WndProc switch block: case WM_KEYUP: DestroyFramework(); InvalidateRec...

how can i make a TRibbonComboBox act like a TCombobox with Style of csDropDownList?

how can i make a TRibbonComboBox act like a TCombobox with Style of csDropDownList? we don't want the user to be able to edit the choices in the list. we need to use TRibbonComboBox because we want the current selection to be visible. Microsoft word shows a combobox where you can select an item but cannot edit the item itself. shou...

jQuery: recommendations on the jQuery Ribbon plugins out there?

I see there are several jQuery plugins out there that attempt to reproduce the Ribbon (Fluent) UI that Microsoft introduced with Word 2007: The ones I found include: http://code.google.com/p/jquery-ui-ribbon/ http://dev.mikaelsoderstrom.se/scripts/jquery/ribbon/ Any experiences with either of these? recommendations for or against...

What do I need to add the ribbon control in Visual Studio?

What do I need to add the ribbon control into Visual Studio? Is the Ribbon included in VS 2010? Thanks Jonathan ...

WPF RibbonButton

How can I programatically set the text on a RibbonButton? Right now I have the code below, but the button does not display 'Browse'. Any suggestions? RibbonButton btn = new RibbonButton(); btn.Name = "btnBrowse"; btn.Content = "Browse"; btn.HorizontalAlignment = System.Windows.HorizontalAlignment.Left; btn.Click += new RoutedEventHandle...

WPF RibbonTextBox Width problem

Hey guys, It seems to me that the Ribbon control has a problem with textboxes. I was expecting a common TextBox control behaviour: a fixed width and a visible caret when the text exceeds the width. But the RibbonTextBox control changes its width and when the text exceeds the right limit, the overflow is not visible. I found a hack on a...

Use Ribbon Interface in Open Source Applications

Hi, Are there any open source implementations of the Ribbon interface available? I need to use them in a GPL licensed software, so the library should be compatible with GPL. The software is in VC++ 2005. ...

WPF Ribbon Control - Change Content of a Ribbon Button

Is there any way to change the Content of a RibbonButton? I know that a RibbonButton has an Image and a Label but I want a button with a shape (Rectangle class) in it's Content and this button should have the RibbonButton style applied. Is there any way to do that? ...

Minimize the Office Ribbon with VBA?

I haven't searched real hard recently but in the past I have searched high and low to figure out a way to minimize the ribbon with VBA code. For me, most of my users have no use for the ribbon in Access, I would be very happy if I could reclaim the screen real estate for them. I know I could train them to minimize it but...well...they a...

Getting avalondock and wpf ribbon to work on vs2010

Hi all, I'm trying to make Avalon work with WPF Ribbon on VS2010 .NET 4, but all I got is a blank screen overriding even the titlebar. I think this problem is caused by some incompatibility with the RibbonWindow tag, instead of Window. I looked at these posts: http://avalondock.codeplex.com/Thread/View.aspx?ThreadId=62562 http://avalo...

WPF ribbon control

Hi, Following this question from last year. I am checking two open source ribbon controls: Fluent Odyssey Do you have any experience (good or bad) with any of them? or perhaps know of another open source ribbon control? ...

WPF Ribbon: full re-templating support

Hi all, does exist any WPF ribbon control (commercial or not) that support full re-templating? Generally they have a number of built-in graphic themes but do not allow graphic redesign from scratch. Thanks in advance! ...

Ribbon Quick Accsess Toolbar Save Load

How can I save and load QAT programmatically? ...

Setting WPF commands from multiple view models

Like any MVVM WPF app I have a handful of view models. Each has a few commands. My view implements a Fluent UI (Office ribbon) so there are some items that light up based on the context of the application. The ribbon is a child to the main application. The basic structure of my app is that it manages a COURSE. A COURSE has multiple MODU...

The ribbon control of Delphi 2010 has footer content in the application menu?

I'd like to put some buttons in the footer content like the image below. Is there a way to do this? ...

MVVM Light Toolkit sample with RibbonControlsLibrary

I've just started playing the "MVVM Light Toolkit" and I'm wondering how can I merge RibbonCommand and RelayCommand Is there any sample that mix MVVM Light Toolkit and RibbonControlsLibrary? Many thanks Claudio ...

WPF - RibbonControlLibrary not supported with Visual Studio 2010 ?

Hi guys, Today i licensed and downloaded the WPF RibbonControlsLibrary from Microsoft which is an extension to the WPF Toolkit. I've read some tutorials to implement an examlpe here When I tried the example is sadly noticed that in XAML i could not access the referenced library. xmlns:ribbon="clr-namespace:Microsoft.Windows.Controls.R...