Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
8answers
9k views

What is the Best WPF Ribbon Control Suite? [closed]

I'm going to add a WPF Ribbon UI to my program. What is the best suite of WPF controls including a ribbon control, based on your experiences? Thanks!
16
votes
3answers
1k views

Creating Ribbon Styled Applications

Using the standard Delphi TRibbon components I noticed they are not that brilliant. Firstly they dont look as nice as the Microsoft ones, for example the glow effects and colors in the TRibbon dont ...
12
votes
17answers
2k views

Adoption of the Ribbon UI

Understandably the Ribbon UI doesn't suit every application, or even most of them, however I'm suprised so few developers have chosen to adopt it. Any ideas why? How much work would be involved for a ...
8
votes
1answer
2k views

How to get a “ribbon” UI component, like in Office 2007, in a Java program?

I want to create a ribbon-based GUI. I am pretty much a newbie when it comes to Java interfaces, I have used the basic Swing toolkit, but that's it. Can anyone point me in the right direction ...
8
votes
15answers
7k views

The best Ribbon interface library?

Can anyone recommend a good Ribbon interface library? I can see that Microsoft is (maybe) planning to release a native Ribbon interface library in Windows 7: ...
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 - ...
7
votes
5answers
3k views

Ribbon sample

I am using the WPF ribbon CTP from Microsoft. However, there is no sample. I am not sure where to start. The RibbonWindow does not have a property for the Ribbon. Does anyone have a sample that works? ...
6
votes
1answer
144 views

Delphi XE - TRibbon actions always send focus to MainForm

When I place a TRibbon control on a form that is not the MainForm of the application, that TRibbon's actions (i.e. Cut, Paste) will always return focus to the MainForm after the action is executed. ...
6
votes
1answer
442 views

Using Microsoft (or other) ribbon with large project and MVVM

Our application is a large project with many modules and view. The main window has a ribbon in it, and we are looking for the best way to integrate the ribbon in the application. I've created a ...
6
votes
1answer
740 views

Why are my transparent images used in a Delphi 2009 Ribbon not transparent on runtime?

I just played around with the new Delphi 2009 ribbon, added a few pages, groups and actionclients (large buttons) to it. I created some transparent 32x32px PNGs in Photoshop and put them into a ...
6
votes
6answers
8k views

Ribbon UI Control for WinForms

Is there a Ribbon UI Control available in VS 2008? Will it be available if i have office 2007 installed on the development and deployment machines? EDIT: I would imagine that Microsoft would ...
5
votes
1answer
330 views

VSTO Ribbons and Interop

Is it possible to handle button click events on a custom ribbon button from another application using interop? So if I've created a Word 2010 application add-in which creates a custom tab with ...
5
votes
1answer
406 views

Custom Ribbon onAction syntax question

I followed the directions here to create a custom ribbon for an Access application. But none of the buttons worked! I kept getting an error that stated Access couldn't find the function or macro, ...
5
votes
2answers
440 views

Why does the Delphi 2010 TRibbon control “flicker” on Windows XP, but not Vista/7?

I've noticed that when I use TRibbon control that comes with Delphi 2010, it works flawlessly on my Windows 7 system. However, the application has some weird painting issues on a Windows XP system ...
5
votes
2answers
780 views

Microsoft Ribbon for WPF vs Infragistics Ribbon

Microsoft released Microsoft Ribbon for WPF (you can download it here). At the moment I am using Infragistics Ribbon. And question is: which one is better? Infragistics Ribbon control has ...
5
votes
2answers
867 views

WPF Ribbon Control - Can I use it LEGALLY now?

I have downloaded the ribbon control for WPF, I noticed that there are terms for me to follow if I need to use it. However, I have checked some of the posts saying that the Preview cannot be used for ...
5
votes
12answers
1k views

User interface paradigms that need changing?

Often times convention is one of the most important design consideration for user interface. Usually the advice goes to do it like Microsoft does. This is for three reasons: If it ain't broke, ...
5
votes
6answers
2k views

Office 2007 Style UI Ribbons: DevExpress or TMS?

Who provides the better solution for this particular component?
5
votes
7answers
2k views

Is the MS Ribbon/Office UI License worth worrying about?

Imagine I want to create an application which is very similar to MS Word 2007, using C++ in VS2008 and the MFC Feature Pack. For the ribbon, there are 3 options available to me: Use the ribbon from ...
5
votes
7answers
2k views

Using Ribbon as tab control

I would like to create application with ribbon interface that looks and behaves like this: application have one main form with ribbon ribbon has multiple tabs when user switches tab on ribbon, ...
5
votes
6answers
20k views

How do you create non scrolling div at the top of an HTML page without two sets of scroll bars

How do you create non scrolling div that looks like the MS Office 2007 ribbon on a web page without two sets of scroll bars. One for the window and one for the div.
5
votes
4answers
8k views

Ribbon Toolbar and Visual Studio 2008 Service Pack 1

Today I was listening to the Hanselminutes show about .NET 3.5 SP1...What's inside, and they twice mentioned the Office 2007-like Ribbon control that is included in Visual Studio 2008 Service Pack 1. ...
4
votes
3answers
546 views

How to set text at the head of a RibbonApplicationMenu

I'm trying to have text in the top level of a RibbonApplicationMenu (trying to the get the word "File" there similar to Word or Outlook). It seems the ...
4
votes
1answer
155 views

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 ...
4
votes
1answer
219 views

Identify Pinned RecentFiles in (Excel 2007) VBA or other?

Is there a way, other than scanning the registry, to determine that a RecentFile object is pinned to the "Recent Documents" list? From VBA for preference, something that can live in an add-in. ...
4
votes
3answers
1k views

How to create Ribbon tabs dynamically?

I want to start developmet of new application using PrismV4, MEF, Ribbon. But now, I have a problem. How to create tabs for Ribbon dynamically? Each module in application could create own tab in ...
4
votes
3answers
2k views

RibbonCommand was not found

I see the majority of WPF Ribbon examples out there use some code like xmlns:r="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary" I'm getting this error..."The type ...
4
votes
3answers
839 views

Office ribbon for WPF 4.0

It is rumoured that WPF 4.0 would deliver us an out-of-the-box Office Ribbon. A new WPF Ribbon Control will be available for download shortly after the release of WPF 4. [1] Now my internet ...
4
votes
2answers
2k views

jQuery: recommendations on the jQuery Ribbon plugins out there?

I see there are several jQuery plugins out there that attempt to reproduce the Ribbon (Fluent) UI that Microsoft introduced with Word 2007: The ones I found include: ...
4
votes
1answer
288 views

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 ...
4
votes
2answers
2k views

WPF Ribbon ApplicationMenu Alignment on the Right?

When going through a tutorial, the 'ribbon.ApplicationhMenu' always comes up on the left hand of the screen, rather than the right, as it does in Office 2007, Paint (on Windows 7), and WordPad (on ...
4
votes
3answers
2k views

How can I add a ribbon menu to an existing MFC application?

Microsoft Visual C++ 2008 Feature Pack has ribbon menu support. Is it possible to make use of that in an existing MFC application that was not created with a ribbon menu?
4
votes
1answer
1k views

Open files in Word via ribbon code-behind

Using VSTO, I've created a custom tab in the Ribbon designer and added some groups and button controls there. When user clicks one of the buttons, I'd like to connect to a SharePoint site and open a ...
4
votes
3answers
322 views

Is there a way to create an desktop application with that office2007 toolbar for free?

I found several controlsets for that nice looking ribbons (DotNetBar, DivElements, ...), but all require a license for at least 100 USD. Is there a free controlset that looks quite as nice as the ...
4
votes
2answers
4k views

Delphi 2009 Ribbon Controls - Glass Frame

I've been starting to use the new inbuilt Ribbon controls in Delphi 2009 and use the custom frame so the Application button and Mini-toolbar slide up onto the Window Frame, but I'm wondering if on ...
3
votes
0answers
72 views

Implementing Tab Control Pages Ribbon Tab using MVVM

I am creating an Application which will be a Tab based application having separate pages for each Tab. I want use RibbonTab as the Tab. On selecting one RibbonTab corresponding UserControl will be ...
3
votes
1answer
236 views

How to bind list from database into RibbonComboBox?

I have function that return list of strings from database. I want to show those results in wpf ribbon menu. I think that I need to use RibbonComboBox with RibbonGalleryCategory and bind ...
3
votes
0answers
145 views

execute button inside ribbon

I want to write a script (C# or AutoIT or VBScript.. whatever works) which should (1) Get reference of already open outlook application (2) Iterate through ribbons to find a specific button (3) ...
3
votes
2answers
643 views

WPF Ribbon - Hide quick access toolbar

how do you hide Quick Access Toolbar in a WPF's Ribbon?
3
votes
0answers
141 views

Problem with multiple modal dialogs using Delphi XE

Here is my problem. I have the main app running and open a modal dialog1, at this point the main app screen is disabled and all focus in on the new dialog1. From this dialog1 I open another modal ...
3
votes
0answers
485 views

Problem with the RegionManager with custom RegionAdapter for DevExpress

I wrote a custom region adapter for a DevExpress ribbon. public class dxDocumentGroupRegionAdapter : RegionAdapterBase<DocumentGroup> { private DocumentGroup _instance; public ...
3
votes
2answers
652 views

Customizing Ribbon Control in SharePoint 2010

I have a custom document library and i want to disable the download as a copy option available in the ribbon control. Please note this disabling should be applicable only to this particular document ...
3
votes
2answers
724 views

Binding IGrouping to a Ribbon Group

I'm using the WPF ribbon control with some success; I'm trying now to use the Ribbon Gallery, making use of the Categories in a data-bound scenario. Here's some example data: - var data = ...
3
votes
1answer
446 views

Dark Background of new WPF Ribbon becomes gradient?

I am using the new Version of MS WPF Ribbon (Version MS WPF Ribbon 3.5.40729.1) with Windows 7 and I am trying to change the Background of the Ribbon. Everything looks fine if I use light background ...
3
votes
1answer
163 views

How do I change the size of a group in the Ribbon Designer?

I'm designing a ribbon in Visual Studio 2010 and I have reached a problem, that I really don't get. As the title says, how do I change the size of a group? There are no visual way to change the ...
3
votes
1answer
565 views

Error when trying to find Ribbon Control Resource Dictionary - Office2007Blue

I keep getting an error #6 (An error occurred while finding the resource dictionary "/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml") when I try an load the Office2007Blue resource ...
3
votes
3answers
2k views

Vertical separator in WPF Ribbon

How can I add Vertical separator to WPF Ribbon, to RibbonGroup? I have tried something like that, but i got horizontal separator istead of vertical. <r:RibbonGroup> <r:RibbonButton ...
3
votes
2answers
1k views

Ribbon based GUI - Winforms vs WPF

For a new project, I'm writing an administrative tool as a client software. So far, I've only written some small winforms application with a 'old-lookin' GUI. I'm thinking of something fresh, new ...
3
votes
2answers
575 views

WPF ribbon control

Following this question from last year. I am checking two open source ribbon controls: Fluent Odyssey Do you have any experience (good or bad) with any of them? or perhaps know of another open ...
3
votes
2answers
310 views

Use Ribbon Interface in Open Source Applications

Are there any open source implementations of the Ribbon interface available? I need to use them in a GPL licensed software, so the library should be compatible with GPL. The software is in VC++ 2005.

1 2 3 4 5 10