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

Ribbon button items with large images

Ribbon buttons can have items within them. But they only, as far as I know, accept small images. I am trying to add large images to these sub items. Does anyone know how this can be done? Thanks, Edit:
ali
  • 529
  • 4
  • 26
0
votes
0 answers

GUI bug on hiding ribbon

I've got a strange behavior with the Microsoft ribbon library (the library which is included in .Net Framework 4.5). If I hide the complete ribbon, the areas below the ribbon tab headers look really ugly. I've build a test application and was able…
Philipp Eger
  • 2,235
  • 4
  • 23
  • 34
0
votes
2 answers

Value I'm trying to get is always null

In my application I'm using a ribbon control, on this ribbon is a button. When I click the button it should get the selected value from the datagrid in my view. Now when I click the button the value it gets is always null. This is my…
MCollard
  • 926
  • 2
  • 20
  • 39
0
votes
1 answer

How to add ribbon tab with content created from class

I'm up against a very simple problem I guess, however I find no way to solve it. I basically want to create a ribbon tab with all it´s content from a class: class RibbonTabHome { public RibbonTab RibbonTab_Container; public RibbonTabHome() …
LamaCoder
  • 223
  • 1
  • 18
0
votes
2 answers

How to control a built-in ribbon in Excel 2010

For example, one of the things I want to customize is "Font>Borders>Line Style" being dotted line by default instead of solid line. How can I do this? I want these customizations set at the start-up of each excel session or permanently, which will…
Gary
  • 1,828
  • 1
  • 20
  • 27
0
votes
1 answer

Update TextBox in a page displayed inside a frame from a ribbon

I have a wpf application with a ribbon. I want to change Textboxes from another page displayed inside a frame under my ribbon. And I want to do it from a RibbonButton. Is it possible?
Yushox
  • 162
  • 12
0
votes
1 answer

How to implement Custom Ribbon resizing in Excel 2007?

I'm working in a ribbon project for Excel 2007, using Visual Studio 2008 and VSTO, I'm trying to make my ribbon's groups collapse into galleries when I resize the Excel window, this is a functionality that the other tabs in the ribbon have (the tabs…
Vic
  • 2,878
  • 4
  • 36
  • 55
0
votes
1 answer

Show Message Bar in ribbon mfc

Probabbly i am not sure what to search for ... But the idea is to display a message bar bellow ribbon control. When user try to edit a read only file. I don't want user to click on OK to remove error message. Thats why i can't use MessageBox. Status…
CodeJunkie
  • 113
  • 1
  • 11
0
votes
2 answers

How to customize screentip and supertip?

I have developed an Addin where I have mentioned the screentip ans supertip. I want to change this screentip and supertip based on my customization and for each button mouse hover.
0
votes
0 answers

Save changes in Excel Worksheet DataSet

I'm making custom Excel workbook in Visual Studio with custom Ribbon. I am using DataSet to connect to SQL Server database. Column: ID|Chance|CustomerDate|ProviderDate| 1| 0| 2014-02-11| 2014-02-27| 2| 5| 2014-03-11| 2014-03-20| 3| …
Artur Michajluk
  • 1,899
  • 2
  • 16
  • 23
0
votes
1 answer

How to solve PyDeadObjectError when restoring wxribbon GUI state in wxpython

I am building a GUI using wxribbon of wxpython. The wxribbon is dynamic and user can add pages and panels. When user closes the ribbon, I am saving names and number of pages and panels in a json file before destroying the ribbon. On restoring the…
Samyak
  • 109
  • 2
  • 8
0
votes
1 answer

How to write recursive for loops while saving state of a wxpython GUI to a json file

I am writing a wxpython GUI application where I have used wxribbon which is dynamic in nature. It(the ribbon) allows users to add panels and then in each panel add buttons according to their need. Now when user closes the window, I want to save the…
Samyak
  • 109
  • 2
  • 8
0
votes
1 answer

Can't access object members of C# Excel Add-In Event

I can't access the Object Members of any event I create! - am I missing something important? Current example: I am developing an Excel Office Add-In. I have an ExcelFile class to manage the file but I am trying to put the event method in the Ribbon…
Robert
  • 531
  • 2
  • 7
  • 20
0
votes
1 answer

Call Excel Macro from Ribbon Button

I have a VBA Macro that works perfect in excel via a button, but i want to include a button in the excel ribbon(which i have done) but i do not know how to connect the ribbon button to the macro correctly, here is my C# and XML code: C# public class…
Ryan Gillooly
  • 315
  • 1
  • 5
  • 20
0
votes
1 answer

changing TRibbonGroups caption colors on a TRibbon control at Runtime

I am using Delphi XE-5 and the TRibbon control and I am trying to create Groups on each tab at runtime. If there is only one group on the tab, the font color of the group's caption is black. If there is multiple groups, the fonts are colored.…
LuvRAD
  • 118
  • 1
  • 4
  • 13
1 2 3
99
100