Questions tagged [ribbon-control]

276 questions
2
votes
0 answers

How to accept the Return or Enter key in a RibbonTextBox?

Really simple question... how do I get the RibbonTextBox to accept the Return or Enter keys to enable multi line text input? On a normal TextBox, I'd just set the TextBoxBase.AcceptsReturn Property to True to set a value that indicates how the text…
Sheridan
  • 68,826
  • 24
  • 143
  • 183
2
votes
0 answers

WPF MVVM Light storyboard errors

I keep getting this message and I am using a ribbon bar in my WPF MVVM-Light application, and I would like to get rid of it. System.Windows.Media.Animation Warning: 6 : Unable to perform action because the specified Storyboard was never applied to…
JTester
  • 463
  • 1
  • 8
  • 19
2
votes
1 answer

WPF Ribbon Buttons Glowing Effects when Mouse Over

I'm trying to create a ribbon menu with a glowing effects when hover. Does it possible in WPF Ribbon Button? like this http://tympanus.net/Development/IconHoverEffects/#set-8 If yes does anyone knows how? Thank you. Here's what i have so far. …
x'tian
  • 734
  • 2
  • 14
  • 40
2
votes
2 answers

RibbonMenuButton Binding item clicked to command

I have a problem with the RibbonMenuButton. Currently I have :
Bastien
  • 994
  • 11
  • 25
2
votes
1 answer

List Custom Button IDs in Outlook 2010 Inspector Ribbon

I have an inspector in Outlook 2010 that contains a button that was placed in the Show group in the ribbon. The inspector current item is an appointment item. The form that this button originally belonged to no longer exists but, the button remains…
Corv1nus
  • 4,523
  • 1
  • 26
  • 37
2
votes
1 answer

Switch ribbon category for the user

I have a program written in C++ using MFC. It has a ribbon UI, Office style. I would like to achieve the following - Suppose the user has highlighted category A of the ribbon, and clicks a button in that category, I would like my program to switch…
Gumbly jr.
  • 729
  • 2
  • 9
  • 18
2
votes
0 answers

Error in Invalidating ribbon using Invalidate & Invalidate Control - MS Word 2007 & .Net-4.5.1

I am on .Net version 4.5.1 . I am creating a MS Word 2007 ribbon control. It's a COM dll. While trying to Invalidate the ribbon or any of the control in there, i am getting the following error related to…
2
votes
1 answer

How to make the ribbon control quick access toolbar be on the top of my GUI?

How to make the ribbon control quick access toolbar be on the top of my GUI? So I need the quick access toolbar to appear on top as it does in windows apps such as word and outlook. Edit: This is my newest code after feedback from other people…
user2381422
  • 5,645
  • 14
  • 42
  • 56
2
votes
3 answers

TRibbon's large button's image is not centered...any ideas? easy to demonstrate at design-time

i'm using delphi 2009 (updates 1, 2, 3, 4). i'm seeing something quite peculiar. the image on the button is not centered in the button when i have a large button with a large glyph! rather than being centered, the left part of the glyph starts at…
X-Ray
  • 2,816
  • 1
  • 37
  • 66
2
votes
1 answer

Ribbon Control Focus on button click

I have a problem with the Microsoft Ribbon Control. If I have the focus in a Textbox and click a Button in the Ribbon menu, the focus still remains in the Textbox. And so the textbox property in my ViewModel does not get updated. I searched the web…
LuckyStrike
  • 1,483
  • 3
  • 12
  • 23
2
votes
0 answers

How can I execute the action of a custom Ribbon control in MS Office/PowerPoint from within a C# add-in?

I'm currently writing a PowerPoint 2010 C# add-in using VSTO. I am trying to execute a number of Ribbon controls which are there through custom add-ins from within my own C# add-in. For example, to find the following control and execute its click…
2
votes
1 answer

Change image of built-in control in ribbon xml

I use Ribbon XML to create a custom Ribbon in Outlook 2010. In this ribbon I also created a button using Ribbon XML. This button uses built-in button control(idMso="NavBack"). My question: Is there a way to overwrite the image when using built-in…
ahlun
  • 458
  • 1
  • 6
  • 17
2
votes
0 answers

How to create MS Access 2010 Add-in in MS Visual Studio 2010?

please can you help me how to create MS Access 2010 Add-in in MS Visual Studio 2010? In VS 2010 Profesional, there are only teplates for creating Add-in for Excel, Word, but not for Access. Can I somewhere download template for MS Access Add-in…
eridanix
  • 818
  • 1
  • 8
  • 27
2
votes
0 answers

TRibbon Rebuilds TRibbonGroups randomly

I'm noticing that with my application the TRibbon is flickering and rebuilding itself at seemingly random (but reproducible) times. By random, I mean I don't see the connection. Windows 7 x64 Delphi, RAD Studio XE2, Update 4 Rubbon on main form,…
Mat DeLong
  • 297
  • 4
  • 17
1
vote
1 answer

Maximized WPF RibbonWindow Hides Windows Taskbar

I have a WPF RibbonWindow which defaults to maximized. The problem is that if a user has their window's taskbar autohide, once it hides, it won't come back. Hovering over the bottom of the screen doesn't seem to trigger it. Any ideas what could…
KrisTrip
  • 4,943
  • 12
  • 55
  • 74