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
9
votes
2 answers

Acces Excel Sheet from Button a Ribbon

Ok, so I got my main AddIn which auto generated (Attachment 1) and there is my Ribbon (Attachment 2) and I want to access the currently active excel sheet from that ribbon. But System.Windows.Forms.Application does not contain a definition for…
Jack W
  • 101
  • 1
  • 3
9
votes
1 answer

XamlParseException on setting image from resources

i got some trouble. I just implemented the Microsoft Ribbon Framework into my application. Now i wanted to set an icon for one button. So i wrote:
SharpShade
  • 1,761
  • 2
  • 32
  • 45
9
votes
2 answers

Why are my transparent images used in a Delphi 2009 Ribbon not transparent on runtime?

I just played around with the new Delphi 2009 ribbon, added a few pages, groups and actionclients (large buttons) to it. I created some transparent 32x32px PNGs in Photoshop and put them into a TImageList (set to cd32bit). I added this list to the…
user133370
  • 167
  • 1
  • 5
8
votes
1 answer

How to get Ribbon custom Tabs IDs?

I am working with a Custom Ribbon in Power Point, I need to iterate through all tabs and get the ID of them. The Ribbon contains Tabs added from different projects (C++, C#) as addins and I don't know their IDs. I am using VBA to handle the events…
Ubalo
  • 749
  • 3
  • 10
  • 17
8
votes
1 answer

Using Microsoft (or other) ribbon with large project and MVVM

Our application is a large project with many modules and view. The main window has a ribbon in it, and we are looking for the best way to integrate the ribbon in the application. I've created a service which modules a views can register to add…
splintor
  • 9,924
  • 6
  • 74
  • 89
8
votes
3 answers

WPF Ribbon collapse and expand programmatically

With the latest (October 2010) WPF Ribbon libraries, there exists a menu item to minimize/maximize (or collapse/expand, if you prefer) the ribbon control. Does anyone know if there's also a way to hook into the events that control this behaviour so…
Mark Atkinson
  • 161
  • 2
  • 7
8
votes
1 answer

Creating PowerPoint Add-Ins from VBA defined Macros

So I've created a Macro in a PowerPoint Presentation and I would like to make this Macro readily available to someone else. From what I have gathered, the best way to do this is to create an Add-in. I have come across several articles stating to do…
8
votes
2 answers

WPF :: Styling the RibbonComboBox Differently Than The RibbonGallery

I have a RibbonComboBox that is used to set font sizes. It has a RibbonGallery that lists the various font sizes, displayed in the appropriate FontSize:
8
votes
1 answer

Ribbon labelControl GetSuperTip doesn't work

According to the msdn documentation, a labelControl supports the getSupertip property for setting a tooltip on the ribbon control. For some reason though, the tooltip isn't working. An identical implementation works on other controls (like button),…
Alain
  • 26,663
  • 20
  • 114
  • 184
8
votes
1 answer

Outlook addin Home tab with custom button

Hey all I am trying to create a button within the default Home tab in Outlook 2010. Problem being is that, in VS2013 I added a Ribbon (visual) and added the group with the button but it keeps adding that to the TabAddIns tab. What do I need to set…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
8
votes
2 answers

How to set a text on a Editbox Ribbon via VBA (Excel)

How can I set a text in a Ribbon Editbox? I can't find it on internet :/ I just can find examples of click event but nothing about set a text from a Sub. So for example, I want something like this: Sub settingText() editboxname = "my text" end…
Braulio
  • 535
  • 1
  • 8
  • 18
8
votes
2 answers

What causes Windows to hang in this WPF Ribbon application

We've had a few problems with a rather large and complex desktop application where the use of Microsoft Ribbon for WPF (or a combination of things connected to this) causes the computer to hang. The boiled down code below seems to trigger a Windows…
torkildr
  • 501
  • 3
  • 13
8
votes
6 answers

VSTO Word activate ribbon tab

I have the following ribbon.xml in my word vsto add-in:
Patrick
  • 383
  • 1
  • 5
  • 13
8
votes
4 answers

How to add a group to multiple built-in Ribbon tabs (vsto)?

This is VS2010 + Office 2010 add-in. All I want is to add a button (or button group) to multiple built-in tabs. For example, my buttons should be available in both New Mail Message Ribbon and in New Appointment Ribbon. I have tried adding a new tab…
dotNET
  • 33,414
  • 24
  • 162
  • 251
8
votes
3 answers

Ribbon interface for GTK and Qt

Is it possible to implement ribbon interface in Windows7 in GTK or Qt? If yes how to do it?
Tachyons
  • 2,131
  • 1
  • 21
  • 35