Questions tagged [ribbon-control]

276 questions
5
votes
1 answer

Executing Commands from the Microsoft Ribbon?

I have created my first non Delphi Ribbon using the Microsoft Ribbon Framework thanks to the help and advice provided in this thread. Following the guide that A.Bouchez posted in that thread I have managed to compile my project and see the Microsoft…
user741875
5
votes
2 answers

How to set title of DXRibbonWindow in its center

I'm using DXRibbonwindow like this:
starkshang
  • 8,228
  • 6
  • 41
  • 52
5
votes
2 answers

WPF RibbonComboBox Height

Ok, I would have thought this was a simple question, but apparently it's got me confused. When I try to set the height of my RibbonComboBox, it's not moving actual size of it, just the box that surrounds it. Here is my XAML:
ErocM
  • 4,505
  • 24
  • 94
  • 161
5
votes
1 answer

Outlook Addin: "Tell me more" text in Ribbon item hover

When I move mouse over a Ribbon item in my custom Outlook Addin, there is a tooltip which mentions the name of the Addin and a link "Tell me more". Upon pressing this, it directs me to MS Lynk web page. How can I customize this in order to be…
Vas Giatilis
  • 1,086
  • 12
  • 16
5
votes
1 answer

WPF Ribbon AuxiliaryPaneContent hide or collapse

I'm using Ribbon for my WPF app check link >> I would like hide/collapse area called AuxiliaryPaneContent - check this screenshot: I read that I need to do that via style but I don't know how. Here is my code:
tonco
  • 1,281
  • 3
  • 16
  • 30
4
votes
1 answer

WPF Application Ribbon crash

I created a program in visual studio 2008 with multiple windows. One of the windows uses the windows ribbon control. Now the program works fine on my computer (windows XP) but when I want to run it on another computer fresh installed with .net 3.5…
pieter.lowie
  • 108
  • 11
4
votes
2 answers

How to disable button of Ribbon ToolBar?

[Possible Duplicate] Disable Ribbon Button But I came with question, as I'm this question not answered and I'm looking for available server side solution. I wonder if there is a way to disable button or many buttons from Ribbon toolbar from server…
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
4
votes
2 answers

How to hide Title bar in WPF Ribbon Window (Aero enabled) without hidden control box?

I currently use WPF Ribbon Window and enable Aero in current window like the following photo. I like to hide title that is "Pattern Tester" because there is not enough of space to show it. But I still need original windows control box and current…
user94893
4
votes
1 answer

Steps to construct WPF Ribbon based applications

Where can I find tutorials or steps to develop WPF Ribbon based applications? The Microsoft page, Microsoft Ribbon for WPF October 2010 doesn't provide any documents for the code samples. For example it has one code sample called…
iceman
  • 4,211
  • 13
  • 65
  • 92
4
votes
0 answers

Open XML SDK - Adding a macro programatically to a Word 2007 document

I am trying to dynamically add a new custom ribbon in a Word 2007 document following teh manual method described in this article :- http://msdn.microsoft.com/en-us/library/aa338202(v=office.12).aspx. The article specifies the following :- a) Create…
Ashish Gupta
  • 14,869
  • 20
  • 75
  • 134
4
votes
0 answers

WPF Ribbon - Cannot have nested BeginInit calls on the same instance

Everybody, I am stuck with a wiered issue since yesterday . I've searched all the forums , blah blah blah..... No Luck Yet... I am making a WPF windows Desktop Application using WPF Ribbon Control . I created and deployed the whole application on…
4
votes
1 answer

Microsoft Ribbon for WPF vs. Office RIbbon UI

Microsoft released Microsoft Ribbon for WPF available for download here. We also have RibbonControlsLibrary.dll, which is a ribbon control too, available for download from Office sites. Currenty it is in CTP version. Now, which is the difference…
Tudor Cret
  • 202
  • 1
  • 5
  • 10
4
votes
1 answer

Will WPF Ribbon work on a machine with no office?

I've been looking on the site http://wpf.codeplex.com/ and found the Ribbon control finding my needs. I was wondering if it requires any Office licence things etc. on the machine, or this just needs the toolkit dll. Does it require Win-7 or is…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
4
votes
1 answer

Get ribboncontrols from ribbon programmaticallly

i am developing vsto and i would like to hide some controls on the ribbon Particulary i need to hide menu - Change Styles on styles group in home tab. I tried to do it via xml:
3
votes
1 answer

Add multiple elements to a Prism region

I'm using Prism with the Microsoft WPF Ribbon, and everything works quite well, but I have a problem with contextual tabs. I define the contextual tabs in my Shell.xaml:
Carles Company
  • 7,118
  • 5
  • 49
  • 75
1
2
3
18 19