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
7
votes
1 answer

Outlook 2010 AddIn in the TabAppointment Tab

I tried to add my Outlook 2010 Add-In to the TabAppointment Tab. It perfectly works when I add it to the TabCalendar, but if you click on a appointment in the calendar another tab will be shown and this tab I guess is the TabAppointment. And of…
René Stalder
  • 2,536
  • 5
  • 31
  • 50
7
votes
2 answers

Windows 7 Ribbon UI Win32 API Code

I'm a big fan of "Pure Win32 API Code". I use Windows 7 Ultimate SP1 and I'm surprised with it's Ribbon UI. Can we do that in Pure Win32 API? I don't mind complex coding... I use Code::Blocks with MinGW, installed with TDM-GCC 4.6.1_1. Please…
Ravika Jain
  • 117
  • 1
  • 9
7
votes
1 answer

How to have a VSTO Ribbon and Context Menu at the same time?

EDIT: The posters answer is correct except for it should read xmlns="http://schemas.microsoft.com/office/2009/07/customui" for the include. As a side effect the ribbon and context menu defined in an XML file will not work in Office 2007. If you need…
Shane Chin
  • 578
  • 2
  • 9
  • 20
7
votes
4 answers

Ribbon in WinForms C# .Net 4.0

Does Microsoft have ribbon control for non-Office applications? If not is there any that are available for free? I like that component and would like to use it my WinForm 4.0 application.
Irakli Lekishvili
  • 33,492
  • 33
  • 111
  • 169
7
votes
1 answer

Execute button inside a ribbon

I want to write a script (C# or AutoIT or VBScript.. whatever works) which should Get reference of already open outlook application Iterate through ribbons to find a specific button Execute that button click How can I do it?
helloworld
  • 2,179
  • 3
  • 24
  • 39
7
votes
4 answers

Android - Draw a ribbon shape

I am trying not to use image view. This is because, later, I will generate many objects with the same shape but different colors, so I wouldn't need to keep adding image views but simply adding colors on my code. How can I create those images on…
SungJin Kim
  • 81
  • 1
  • 4
7
votes
1 answer

Documentation: List of all callback functions for Office Ribbon controls

I am customizing the Office Ribbon in Outlook 2010 but this question probably applies to all Office apps: I've seen many websites so far that have instructions for setting the text of an editBox using a callback function, or setting the values of a…
Trindaz
  • 17,029
  • 21
  • 82
  • 111
7
votes
1 answer

Dark Background of new WPF Ribbon becomes gradient?

I am using the new Version of MS WPF Ribbon (Version MS WPF Ribbon 3.5.40729.1) with Windows 7 and I am trying to change the Background of the Ribbon. Everything looks fine if I use light background colors. But e.g. if I choose "Black" a white…
Amaryllion
  • 83
  • 1
  • 7
7
votes
2 answers

Missing ribbon on custom web resources CRM 2016 issue

We have faced with strange behavior in CRM 2016 SP1. When we open some entity with help of full url and then go to custom web resource page (added via sitemap (web resource, url etc.)) our ribbon suddenly disappears. Please, watch GIF below. Do you…
Ihor Sharapov
  • 543
  • 2
  • 13
7
votes
1 answer

Custom task pane with multiple open workbooks

I've successfully implemented the Microsoft sample "Walkthrough: Synchronizing a Custom Task Pane with a Ribbon Button" found here: http://msdn.microsoft.com/en-us/library/bb608590.aspx Initially I ran into a problem with the task pane not showing,…
GaryP
  • 91
  • 1
  • 6
7
votes
3 answers

Is it possible to have more than one custom tab for the office ribbon?

I can not find any documentation to verify this or any working examples I want to achieve something like this xml below, but I think this really is not possible.
Clinton Ward
  • 2,441
  • 1
  • 22
  • 26
7
votes
1 answer

No project template for a ‘WPF Ribbon Application’

I am unable to get a WPF Ribbon project to show in Visual Studio. Here is a link to a thread for someone that had an issue in Visual Studio 2010. I have tried everything suggested there but to no avail. I have Visual Studio 2012 Express for Desktop…
James Satori-Brunet
  • 901
  • 2
  • 13
  • 28
6
votes
1 answer

Item level control over ribbon item sizes using WPF ribbon (for .NET 4) and RibbonControlSizeDefinition

According to the MSDN documentation, a ribbon:RibbonControlSizeDefinition can be used to control the size of an item on a WPF ribbon by setting the ControlSizeDefinition property. Has anyone had any success using this property? I find that it is…
Olly
  • 5,966
  • 31
  • 60
6
votes
1 answer

Delphi XE - TRibbon actions always send focus to MainForm

When I place a TRibbon control on a form that is not the MainForm of the application, that TRibbon's actions (i.e. Cut, Paste) will always return focus to the MainForm after the action is executed. This occurs even if the TForm that holds the…
Aaron
  • 93
  • 7
6
votes
1 answer

VSTO Ribbons and Interop

Is it possible to handle button click events on a custom ribbon button from another application using interop? So if I've created a Word 2010 application add-in which creates a custom tab with several buttons and then I instantiate a Word…
Chris Lindsay
  • 121
  • 1
  • 6