Questions tagged [ribbon]

A ribbon is an interface wherein a set of toolbars are organized using tabs. Don't use this tag for questions related to the Netflix Ribbon component, use [netflix-ribbon] instead.

A ribbon is a GUI that uses tabs of graphical controls as the main interface, in a similar way to Microsoft Office.

Some specific APIs have dedicated tags which are more appropriate, e.g. . When possible, use those instead.

Use this tag for questions related to Microsoft Office, WPF, and other similar GUIs that do not have specialized tags.

1674 questions
6
votes
2 answers

Determine Office version in VSTO 4 before this.Application is set

I would like to determine the version of Office/Excel in a VSTO Addin when CreateRibbonExtensibilityObject() is called on the Addin. I have encountered an issue with this, and have encountered: the this.Application of the addin is null, it is not…
Dan
  • 854
  • 8
  • 21
6
votes
2 answers

How to set keytip on a ribbon?

I set the value of my keytip attribute for a split button to be "CKS" but when I execute the add-on in Outlook 2010, I get the hint that it's accessible using "Y7". I'm guessing it's some default throw-in and an arbitrary number. How do I force my…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
6
votes
2 answers

How to embed images in Office file for custom Ribbon

I am developing a custom ribbon extension for Excel, in which a control requires different custom images. I managed to use some images located in my filesystem, but I would like to embed these images inside the .xlsm file. Is it possible to do it…
Rusty Gear
  • 455
  • 1
  • 4
  • 11
6
votes
6 answers

Is it possible to prevent MS Access from changing the selected ribbon tab automatically when using a custom ribbon?

When a custom UI XML file is used to add several custom ribbon tabs in Access, the selected ribbon tab changes back to the first custom tab whenever a form is closed. We load a custom ribbon programatically from VBA. I've create an accdb that…
Olly
  • 5,966
  • 31
  • 60
5
votes
3 answers

How can I add a ribbon menu to an existing MFC application?

Microsoft Visual C++ 2008 Feature Pack has ribbon menu support. Is it possible to make use of that in an existing MFC application that was not created with a ribbon menu?
yesraaj
  • 46,370
  • 69
  • 194
  • 251
5
votes
1 answer

Outlook Add-In and Disabling/Hiding Custom Menu Items

I've created an Outlook Add-In, and I'm using an XML ribbon configuration file to specify a new tab, and button. The button loads into a new tab within outlook. Now sometimes, based on user we want to be able to hide or disable these buttons. What's…
mservidio
  • 12,817
  • 9
  • 58
  • 84
5
votes
2 answers

Visual Studio Images with Ribbons (XML)

I'm making Office 2007 addins and I'm trying to use XML instead of the visual designer to customize the ribbon but for some reason I cant get an image to work with it... What exactly do you have to do‽ I added a resource png called Icon1 and tried…
Mark Lalor
  • 7,820
  • 18
  • 67
  • 106
5
votes
6 answers

Office 2007 Style UI Ribbons: DevExpress or TMS?

Who provides the better solution for this particular component?
James
  • 80,725
  • 18
  • 167
  • 237
5
votes
1 answer

Versions spring boot, spring cloud, ribbon not working

I am learning how to work with microservices using spring boot and spring cloud. I am having problems choosing the spring cloud and boot versions - I can't use the @RibbonClient annotation because I have not found the dependency. I want to use the…
roberto
  • 163
  • 1
  • 11
5
votes
1 answer

Executing Commands from the Microsoft Ribbon?

I have created my first non Delphi Ribbon using the Microsoft Ribbon Framework thanks to the help and advice provided in this thread. Following the guide that A.Bouchez posted in that thread I have managed to compile my project and see the Microsoft…
user741875
5
votes
3 answers

Is the flamingo project still alive?

I want to use a ribbon menu in java and found the flamingo project. Unfortunately the most links to the flamingo project page are dead and it seams as there isn't a lot movement going on. Does anyone know if the project is still alive and…
Christian Kolb
  • 1,368
  • 2
  • 23
  • 43
5
votes
2 answers

WPF Ribbon: DataTemplate causes BindingExpression path error

I've run into a small problem using the WPF RibbonControl (October 2010 version). My idea was to bind the ItemsSource property of a RibbonGroup to my viewmodel, and use a DataTemplate to create RibbonButtons as needed. This works, but it causes a…
janemann
  • 113
  • 1
  • 5
5
votes
2 answers

WPF RibbonComboBox Height

Ok, I would have thought this was a simple question, but apparently it's got me confused. When I try to set the height of my RibbonComboBox, it's not moving actual size of it, just the box that surrounds it. Here is my XAML:
ErocM
  • 4,505
  • 24
  • 94
  • 161
5
votes
1 answer

How do I change the size of a group in the Ribbon Designer?

I'm designing a ribbon in Visual Studio 2010 and I have reached a problem, that I really don't get. As the title says, how do I change the size of a group? There are no visual way to change the default size and it seems to auto-size when being used…
monoceres
  • 4,722
  • 4
  • 38
  • 63
5
votes
2 answers

RibbonComboBox selected gallery item reverts to old value on mouse leave

i have replaced WPF ribbons to the newest library, the combobox selection changed triggers reload of datagrid. I have problem with the RibbonComboBox. If i leave with mousecursor out of the selected item, the selected item is reverted to the old…
kimicz
  • 51
  • 3