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

Is it possible to call method in ModelView when ribbontab selection changes?

I am searching for simple way to show usercontrol when diffrent ribbontab is selected. This is my xaml:
Lukasz
  • 185
  • 1
  • 10
0
votes
1 answer

MVVM Model layer - Frameworks that do not rely on PCL etc - need serial port access in Model

I am porting my first (complex) application from WinForms to WPF. I am still in the research stage. One of the main tasks is separation of concerns (UI from logic), hence I would like to use a MVVM framework. I would like to use one of the more…
SeeMoreGain
  • 1,263
  • 16
  • 36
0
votes
1 answer

RibbonButton classes -- can they be extended?

I have been building a ribbon plug in for Excel. The ribbon toolbox seems extremely limited to me, you can't make even the most basic changes to it. For example, I want to be able to tag cells with a group name. I have a menu that lists the group…
Jessica Boxer
  • 533
  • 1
  • 4
  • 14
0
votes
0 answers

How can I use several windows by Ribbon

I want to make a Desktop app for getting information and editing them. I choose Ribbon because I like it. Each RibbonTab, has some information. I want the page under ribbon change to other window as I clicked a button in RibbonButton. Here is the…
0
votes
0 answers

wpf Ribbon dataTemplating

I'm new to WPF, so maybe i don't understand MVVM correctly. I use Microsoft Ribbon and I need to make a ribbon with dynamic tabs, whick are bind to my viewModel. I do this in such a way:
Alex Voskresenskiy
  • 2,143
  • 2
  • 20
  • 29
0
votes
2 answers

Cannot set icons for buttons in the ribbon of MFC office style application

The only icons I was able to set for buttons in the ribbon of my MFC Office style application are the ones made available through the image index combo boxes in the button properties, all attempts to add custom images as icons failed. Can someone…
Gumbly jr.
  • 729
  • 2
  • 9
  • 18
0
votes
1 answer

“Discard a check-out” Option in Ribbon disabled

We have a problem with the "Discard a check-out" option in ribbon. The user checks out a page and without editing anything in the page, wants to discard the page by clicking the button which is placed "Files > Discard Checkout" However, the button…
Tolga
  • 247
  • 1
  • 4
  • 10
0
votes
1 answer

Quick Access Toolbar (QAT) doesn't shown in Ribbon MFC

I'm converting an existing application to use ribbon. I'm using visual studio 2012. I tried to add buttons through QAT properties editor in the ribbon designer. The QAT shown in the Test Ribbon mode correctly. But It's not shown when I debugging…
0
votes
1 answer

merging custom ribbon controls using custom ui editor

I have created custom ribbon control in both the 2007 and 2010. i have added few features in 2010. i wanna use these new features in 2007 also. so for merging these i have used custom ui editor tool. and i have saved this as well. when i opened up…
viji
  • 119
  • 2
  • 3
  • 12
0
votes
2 answers

C# WPF Ribbon and MDI Window

I'm trying to build a little application, with a ribbon and MDI windows. I need to be able to open/resize/close "sub windows" into the main window. The main window is the one that have the ribbon. For exemple, what I ant to do is similar than Excel…
user3429139
  • 1
  • 1
  • 1
0
votes
1 answer

What should I pass as a parameter to getEnabled()?

I have created a call back method getEnabled = Get2DButtonEnable the method is shown below public bool bolEnabled; //load the UI for the addin public void Ribbon_Load(Office.IRibbonUI ribbonUI) { this.ribbon = ribbonUI; bolEnabled =…
roopini n
  • 503
  • 2
  • 7
  • 29
0
votes
1 answer

Sharepoint hide ribbon for standard users

is it possible to hide te ribbon for standard users in Sharepoint ? I want to see the ribbon when I am a administrator, but what I want is that people can only add a document and not do edit in the ribbon.
Krishh
  • 1
  • 1
0
votes
1 answer

CSS3 Ribbon in HTML table

I refer to the tutorial of CSS3-Tricks Ribbon tutorial. I'd like to adjust the th element inside a table with CSS3 so that it looks like the ribbon in the tutorial. I've set up a JSFiddle to test it, but unfortunately I can't do it. Can you help me?
user3292653
  • 602
  • 1
  • 7
  • 25
0
votes
1 answer

Custom Ribbons - per DOTM

we have a possible customer, who would like to have a custom ribbon in ONE template, which makes it for him easier to design the text etc. This stuff should work on Office 2007, 2010 and 2013. Since this will go to thousands of people, the easiest…
Matthias Müller
  • 3,336
  • 3
  • 33
  • 65
0
votes
2 answers

The order of Ribbon menu items in Dynamics CRM 2013

Is it possible to change the default order of navigation menu buttons in Microsoft Dynamics CRM 2013? In CRM 2013 there is a limitation - an entity displays only 5 buttons on the navigation menu by default. The order of these buttons depends on the…
digitalCoffee
  • 515
  • 2
  • 9
  • 20