Questions tagged [ribbon-control]

276 questions
1
vote
1 answer

WPF Dynamically add RibbonApplicationMenuItem(s)

I have the following code:
ErocM
  • 4,505
  • 24
  • 94
  • 161
1
vote
1 answer

Office ribbon interface and Google chrome interface

This is not a technical question but law related. I started developing a Delphi Application which implements a UI similar to Google Chrome: Now I want to add a menu in the white space in left top corner (but not like of Microsoft Office UI) Can I…
1
vote
1 answer

Updating RibbonMenu

I'm trying to find a way to update a RibbonMenu's items (like a few RibbonButtons) when the RibbonMenu is clicked (i.e. something like a BeforeDropDown). I know I can update it with the event of another control, but how do it update it when it is…
Stan
  • 746
  • 1
  • 17
  • 35
1
vote
2 answers

How to make MFC Ribbon Statusbar act like the regular CStatusBar

The first image shows what I want to do. The second one shows what I get. I want the status bar to show the state of the special keys CAPS LOCK, NUM LOCK and SCROLL LOCK. This image is from an old project using the CStatusBar. This snapshot is from…
manianis
  • 109
  • 3
  • 13
1
vote
1 answer

Add image in to Ribbon group

How I can add some image in to Ribbon group (not a button, or some other element)? There is properties getImage of tag, but it doesn't works. Function 'getimage' is called in my code, but when I am returning some image there is nothing…
Ted
  • 1,682
  • 3
  • 25
  • 52
1
vote
0 answers

VBA code for custom ribbon tool errors in Excel 2016

The code that follows works perfectly in Excel 2013 and prior, but upon installing Excel 2016 (via Office 365 subscription) and opening one of my workbooks with custom ribbon tools, I get a "Can't find Library" error. ( there are no missing…
dinotom
  • 4,990
  • 16
  • 71
  • 139
1
vote
1 answer

Get selected item's tag of Ribbon ComboBox control in VSTO (VB.Net)

I have a code to list time entry (In Time, Out Time, Comments, Employee Name) information for all the employees from SQL in Excel 2010 using Excel Add-In project. Here, I wanted to move step ahead to list time entry information for selected employee…
Balagurunathan Marimuthu
  • 2,927
  • 4
  • 31
  • 44
1
vote
0 answers

Windows Ribbon Framework: Multi-level gallery implementation

Is it possible to implement a multi-level dynamic gallery (such as below)? I don't see a way to specify attributes for 2nd level gallery controls e.g. HasLargeItems/Type values at run-time. Thanks in advance;
1
vote
0 answers

How to change logo on Ribbon menu VB.NET

I saw ribbon menu at VB Ribbon Control .But I dont know how to change LOGO on top-left menu. Help me please. Thank for your help.
patipat chewprecha
  • 255
  • 2
  • 6
  • 19
1
vote
3 answers

How to make Dynamic menu to perform multi selection on ribbon

The code below create dynamic menu with checkboxes. Each time the user must select the menu to select an item. I would like to avoid that and click only one time on the nenu. Here the xml
Jean-Marc Flamand
  • 939
  • 3
  • 10
  • 24
1
vote
2 answers

ribbon controls

How do I enable ribbon buttons which are disabled after clicking the more commands button in a quickaccessbar using Delphi?
Rajesh
  • 11
  • 2
1
vote
1 answer

Searching workaround to apply Localization on Ribbon Control using LocalizationExtension from codeplex

My application has to support multiple languages and should be able to switch the language on run time. For that purpose I am using LocalizationExtension from codeplex (http://wpflocalizeextension.codeplex.com/) I am using Ribbon Contorl in my…
Saghar
  • 693
  • 2
  • 12
  • 24
1
vote
1 answer

Can the "Fluent" UI ribbon controls co-exist with the new "Microsoft Ribbon for WPF"?

We have an app in progress/development using the Office Fluent UI ribbon control library. It seems that the new RTM release of the Microsoft Ribbon for WPF is going to be the standard for the Microsoft libraries (at least for the next month or…
CMPalmer
  • 8,571
  • 5
  • 40
  • 49
1
vote
2 answers

Hide/unhide ribbon for Microsoft RIbbon for WPF release

MS officially released MS Ribbon for WPF. This release doesn't support theming, it comes with a default blue theme, Office 2010 look&feel. Office 2010 has a button that allows users to hide/unhide the ribbon, but the released version of ribbon…
Tudor Cret
  • 202
  • 1
  • 5
  • 10
1
vote
2 answers

What to use as the container with ribbon control?

I'm writing a data-entry software with lots of pages. For example one page for entering team data and another page for entering match data. I want to use the new fancy Microsoft ribbon control to organize different pages and categories. The…
Aministrator
  • 85
  • 1
  • 6