Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
2k views

Windows Ribbon Framework: How to change font face and size?

How do you change the font face and font size used by the Windows Ribbon Framwork's UIRibbon? The font used by the ribbon does not match the font the user has chosen as their Windows preferences - ...
6
votes
1answer
123 views

TRibbon does not show tabs

I am running Delphi 2010 on both a 64 bit windows machine (Win 7), and a 32 bit windows machine (XP). I am trying to learn how to use the TRibbon control. I have been following the example in Marco ...
2
votes
2answers
601 views

Can I use the Windows Ribbon UI on Windows XP? how?

I understand from reading Arik Poznanski's blog that the Windows Ribbon UI Framework is a COM object in Windows 7, and the WindowsRibbon wrapper is just a .NET veneer around that, to allow the Ribbon ...
2
votes
2answers
116 views

Why is the Ribbon UI disappearing when I resize my app window horizontally?

I wanted to adopt the Ribbon UI for my new project, I know it might be focusing more on the WoW factor than the true use of a Ribbon which is to replace the toolbar clutter. However when I started ...
2
votes
2answers
384 views

Windows 7 Ribbon: How to specify “Four buttons, two big, two small”?

When laying out a group, the Windows Ribbon Framework supports some predefined layouts. One of the layouts, which requires four buttons is called FourButtons. This layout supports 3 different sizes, ...
2
votes
1answer
128 views

Vista Basic theme ribbon issue

Under Vista, when in Basic theme, after calling IUIFramework::Destroy() the Vista theme is lost, and enlarging the window does not display outside of the initial area. You can repro it easily with ...
1
vote
0answers
171 views

ribbon combo box selection changed event not firing

I have a combobox in a ribbon bar as follows: <r:RibbonComboBox Label="Saved Queries" Name="Saved_Queries" > ...
1
vote
2answers
395 views

SharePoint 2010 WebPart Personalize Layout

I have a homepage on an Intranet. It has at 15+ webparts (news, weather, etc.) I want to allow the users to customize the page by moving the webparts around or deleting them. At present I don't let ...
1
vote
1answer
354 views

Scenic Ribbon won't show up in Delphi Form // Has anybody an idea?

i've played a little bit with the Scenic Ribbon API (Windows Ribbon Framework). This is my result: program RibTest; uses Windows, Messages, ActiveX, ComObj; {$R 'e:\ribbon\test.res'} type ...
0
votes
0answers
4 views

Collect usage clicks for heat maps on a desktop application

We are creating an experimental version of a desktop application with the new office ribbon interface and want to do some usability tests. I am sure there are other engineers here who have faced the ...
0
votes
0answers
21 views

Property declaration in Word Ribbon project

Not very sure whether this possible or not. But I am not able to declare any Public Property in Word Ribbon Project. There is no reference for 'Property' itself. Objective: I need to use a collection ...
0
votes
0answers
53 views

Dynamic tabs in Windows Ribbon Framework

I presently work on an application that features an Office 2007 Ribbon lookalike 3rd-party library. The application uses an extensive plugin framework and access control rules to build its ribbon tabs ...
0
votes
0answers
82 views

How can I show/hide a ribbon tab programatically in c++?

I have a fixed number of ribbon tabs that represent steps and i would like at a certain moment to keep only one tab available and hide the rest. Once I am done with the current tab hide it and move to ...
0
votes
0answers
40 views

Data binding seems to occur before templating is done

DaneTritle asked this question here and it is exactly my problem. But he didn't receive answer... I'm looking at the mvvm sample desktop app supplied with the ribbon download for Oct 2010. ...
0
votes
1answer
102 views

Display logo or image in the Ribbon using VSTO

I am customizing a ribbon in the Excel using VSTO. I want to display a logo which is of stamp size in a ribbon. I tried the button which is not visible enough. The logo has some text in it and could ...
0
votes
1answer
71 views

Adjusting width between image and label in RibbonMenuItem

I'm having some difficulty with styling the RibbonMenuButton in Microsoft Ribbon for WPF (October 2010). Is there any way in which I can access the property for the width between the image and the ...
0
votes
0answers
37 views

Windows Ribbon.GetHeight always returns zero

i am using the Windows Ribbon Framework, and am attempting to get the height of the ribbon after it is created. This is done using the IUIRibbon.GetHeight method. i am asking for the ribbon's height ...
0
votes
0answers
29 views

Is there a way in RibbonX to limit a gallery to a building block category?

I would like to create multiple menus each containing a few building blocks each. Since you can't add custom galleries, I was thinking to use gallery categories. Is there some way in the xml to ...
0
votes
1answer
434 views

Styling Ribbon from the RibbonControlsLibrary

Ribbon is nice. I want to make it nicer... (IMHO) With the Ribbon (from RibbonControlsLibrary on .NET 3.5 sp1), it is ok to change some backgrounds and foregrounds. But the thing I want to re-style ...