The ribbon-control tag has no wiki summary.
0
votes
1answer
11 views
How to embed or customize office type ribbon tools in windows phone 8
I am planning to embed ribbon type tool (like in Outlook) in my PhoneTextBox which would provide functionalities like Attachments, draw table etc. So any API's or Namespaces available for the same or ...
0
votes
0answers
5 views
Add a “listview with checkboxes” - type control to an Office Ribbon
I want to add a control to the Ribbon of my Office add-in, that would enable the user to choose more than one option from a list. However, it should be space-efficient such as a dropdown list or a ...
0
votes
1answer
17 views
How to store mail body text into a string using a ribbon button(c#)?
I have a ribbon button and i want to store the mail body text, subject and senders email address into three separate string variables. The code I have been working on so far:
using System;
...
1
vote
0answers
20 views
MVP, struggling to populate View's RibbonDropDown with Interface Property
I think my question is fairly trivial, but I'm not getting my problem right. I want to use a passive-Presenter in the MVP pattern. My present concrete view is an Excel Add-in, but I don't want this to ...
0
votes
0answers
45 views
How to Trigger click event from Ribbon button and insert record in other form opened in DocumentPanel of Ribbon Form in WPF?
,I have a .WPF form which contains a Ribbon Window. I have three forms that opens in this window. These forms opens in DocumentPanel by setting the content to file path. The forms contains the ...
0
votes
0answers
15 views
Office Ribbon Add-in dynamic properties for controls
I am building a Ribbon customization Add-in for Excel using CustomUI, and I am having difficulties to dynamically set the "getEnabled" / "getVisible" property for a control depending of some events.
...
1
vote
0answers
42 views
Why icon of an MFC ribbon galery button does not change?
I am trying to create an MFC ribbon galery button( similar to mspaint brushes button ) using visual studio 2010 ribbon wizard.
step1 I created a galery button, changed button mode to true, set ...
0
votes
1answer
55 views
How to iterate through DevExpress items in RibbonPageGroup?
I need to iterate with a loop through all the items in a RibbonPageGroup. I try to set the Visibility property from all Ribbon Items to 'true/always'
For Each rp As RibbonPage In ...
0
votes
0answers
57 views
How do I enable/disable my Ribbon Buttons in Outlook after ribbon loads
I have an Outlook Add-in created with VSTO. Using the Ribbon Designer I have created a tab with several controls (buttons etc) on it. (Environment: Outlook 2010/2007, .NET 4.0, VSTO 2010 runtime)
I ...
0
votes
2answers
168 views
WPF 4.5 Microsoft's Ribbon: which control of RibbonApplicationMenu
I am using Microsoft's Ribbon of WPF 4.5 and developing application using VS2012 (C#) on Win 8 machine. I want to make my application show RibbonApplicationMenu like the "File"-menu of Office Word ...
0
votes
0answers
60 views
Automatic create tab is wrong in DotNetBar and C#?
I'm using DotNetBar 10.9.0.4 to create my project with C#. I wrote a little of code to automatic create a single supertabitem, I have some problems:
1, tabIndex function is always return -1 value. If ...
0
votes
1answer
171 views
Outlook Add-in 2013 - Animated Gif images in the ribbon
I'm developing an Outlook Add-in in Visual studio 2012 (.NET 4.5). To present information to our users I need to display an button in a custom ribbon whose image is an animated gif.
Thus far I have ...
0
votes
1answer
32 views
What is the correct way to organize the Buttons of the ribbon when there are not too many buttons and most overlap for different Views?
I am working in an application that didn't have a ribbon before. We are making major changes in the way the functionality of the application can be accesed, but not in the functionality itself.
The ...
0
votes
1answer
65 views
DevExpress RibbonPage added programatically does not show
I've a RibbonControl in a mdiform and another RibbonControl added at design time in a MDIChildForm. Then in runtime, I add a RibbonPage, with a RibbonGroup and a BarButtonItem. Like this:
private ...
0
votes
0answers
58 views
simple but stumped! Custom UI from XDocument
Trying to return string from xdocument to create custom UI in excel. Creating via Xdoc fails to build the menu but if I manually type the string it works.. Anyone got any ideas?
XNamespace xdocDef = ...
0
votes
1answer
91 views
VS 2012 RibbonButton Open Form
How do you get a RibbonButton to open a Form (let's say Form1)? There is a click callback on RibbonButton called "Click" but I am not sure what to do with this. I am guessing something needs to go in ...
0
votes
1answer
22 views
LargeImageSource throws exception
I am new to XAML and am trying to create a basic Ribbon. I have some code here:
<RibbonWindow x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
1answer
383 views
custom ribbon button on publishing page
I am trying to add button to page.Tried location to be Ribbon.PublishTab.Publishing.
But button doesn't display.Need some help on this.
Thanks
Rama
0
votes
0answers
343 views
Sharepoint 2010: custom ribbon buttons appearing inconsistently
We have a custom visual webpart which is using the custom ribbon buttons. These custom ribbon buttons are developed using the method described in this site: http://spribbon.codeplex.com/
Similar to ...
0
votes
0answers
231 views
How to show / hide buttons or groups on Ribbon in Microsoft Access
I have a MS Access 2013 application, an a custom ribbon.
What I need is to show / hide some groups / tabs or buttons on the ribbon based on some conditions.
How can I access ribbon and show / hide ...
0
votes
0answers
63 views
VB.NET Control.Update() Stops Process
I have a custom Outlook add-in where I add a ribbon. In the ribbon I have a few buttons to control my process (which I run on a background thread). One starts the process, one sets up data to use in ...
0
votes
0answers
73 views
How to display Custom print preview ribbon bar in VC++
I am developing an MDI application in VS2010 using VC++, where in i want to display some more buttons apart from the default buttons displayed when clicked on print preview. I would really appreciate ...
1
vote
1answer
221 views
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 ...
0
votes
0answers
99 views
How to load all tabs before Ribbon Window is displayed in WPF?
I am using WPF ribbon control of Microsoft. I have three tabs with each tab loading different WPF user-controls. I used a splash screen until the main window is loaded. After main ribbon window is ...
0
votes
1answer
402 views
How can I modify the WPF ribbon application menu dropdown position?
Is it possible to modify the application menu's drop position for the 10/2010 WPF ribbon? I think it's very unusual that a menu opens at the leftmost position, so I'd like to change that.
Example: in ...
0
votes
0answers
39 views
How to force MS WPF Ribbon control to always render ToggleButtons using large (64x64) icon/image?
How to force MS WPF Ribbon control to always render ToggleButtons using large (64x64) icon/image so the icons never resize from large to small.
0
votes
1answer
69 views
How to reduce MS WPF Ribbon control's transparency?
Default transparency of a MS WPF Ribbon control's instance is too high in Windows 7.
How to reduce MS WPF Ribbon control's transparency?
0
votes
0answers
151 views
Implementing horizontal In-Ribbon gallery
I'm having some trouble working out how to implement a horizontally expanded In-Ribbon gallery in PowerPoint as seen here:
When I implement a gallery in VS, I just get a small drop-down which ...
0
votes
0answers
181 views
Creation of Enhanced Tooltips on WPF Ribbon Group
I'm creating a MS Ribbon using the Microsoft.Windows.Controls.Ribbon, this is working correctly.
I was originally just going to use the standard ToolTip="My QuickNote" format, then started seeing the ...
0
votes
1answer
1k views
Change Theme of .NET 4.5 WPF Ribbon
I am trying to change the theme of the new WPF Ribbon Control from .NET Framework 4.5 and I am stuck.
I only managed to change some brushes (Background, Foreground, Border ...) but I seem to be ...
0
votes
0answers
191 views
Excel Ribbon Controls from C#
I have some code that updates a C# Excel ribbon control as follows:
public void MyToggle_Click(object sender, RibbonControlEventArgs e)
{
MyToggle.Label = "Clicked!";
}
This works fine, ...
0
votes
1answer
132 views
WPF Command CanExecute event doesn't fire unless RibbonGroup dropdown is open
I have about 5 RibbonGroups inside a RibbonTab and each ribbon group contains about 3-5 commands. To fit everything on screen, WPF Ribbon control automatically collapse few RibbonGroups into dropdown ...
1
vote
0answers
138 views
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 ...
2
votes
1answer
133 views
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 ...
0
votes
0answers
141 views
Where can I download an up to date ribbon control example for wpf 4.5? [closed]
I am just trying out vs2012 express and was looking for an example of how to use the new wpf4.5 ribbon. All I can find are older examples containing syntax such as ribboncommand etc which have been ...
0
votes
0answers
103 views
WPF right align ribbon button
Is there a way to align a ribbon button to the right? I'm using Microsoft ribbon.
Thanks,
Raymond
0
votes
1answer
703 views
how to add new icon image for newly created Dev express barButtonItem..?
I am currently working C# windows application can any one tell me how to add new icon for the
newly created barButtonItem tell me how to add new image for that button.
If i select large image Index ...
1
vote
1answer
268 views
RibbonComboBox's SelectedValue property issue
I just started working in a WPF project using a Ribbon Bar, but I am stuck with the RibbonComboBox.
I need to add 3 items, so what I have done so far is:
<RibbonComboBox Name="phaseComboBox">
...
0
votes
0answers
107 views
Is that possible to add the sharepoint list view related ribbon to the application page?
Is that possible to add the list view realted ribbon to the application page?
I have some list iew webpart in my application page now i dont have any ribbon like list view web part. is that possible ...
0
votes
0answers
146 views
How to enable standard ribbon like data sheet view to the spgridview which is in application page?
I have one application page there i am getting task and doc list information and displaying in spgrid view.Like the sharepoint list view. Now i need to enable the some standard Sharepoint list ...
0
votes
0answers
185 views
How to add context menu to ribbon gallery control in Word
I'm working on AddIn for Word 2007 and 2010. I've created my custom ribbon tab with gallery control for my AddIn. I found out that it is possible to find context menus in Word through CommandBar ...
0
votes
0answers
306 views
Insert custom ribbon tab in office template
I have in Visual Studio 2010 a new Excel Template project and I have added a new ribbon tab that it is merged correctly whit the other office tab.
The problem is that I have just few controls showed ...
0
votes
1answer
860 views
Remove “Save & Send” from File menu in Excel 2010 using custom XML
Could someone please help me modify the following XML code (Office 2007) so that it works in Office 2010? I've included my XML from Office 2007 below:
<customUI ...
0
votes
0answers
493 views
Sharepoint ribbon contextual button call C# code in usercontrol.ascx.cs file for visual web part
I followed this article
http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2010/01/28/how-to-create-a-web-part-with-a-contextual-tab.aspx
to create a contextual ribbon tab/button for a "Visual ...
1
vote
0answers
596 views
How to create MS Access 2010 Add-in in MS Visual Studio 2010? [closed]
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 ...
0
votes
0answers
211 views
Aligning ribbon controls in Visual Studio design view
I have some trouble designing a ribbon for Excel 2010 with the Ribbon Designer using Visual Studio 2010. The ribbon shall define two edit boxes for a username and a password. Currently this looks like ...
0
votes
0answers
217 views
Ribbon for WPF, disable tab container
How can I disable the tab container under tab 1? I just want that it does not appear at tab 1, but by tab 2 and 3 the container should be visibility.
<ribbon:RibbonWindow ...
0
votes
1answer
414 views
Show user specific form range in outlook 2010
I want to use my own form region, design via VSTO 2010 and Outlook 2010. The type of the form region is "separate". I've a button in my ribbon bar automatically added by the form region. Also I've a ...
0
votes
1answer
311 views
RibbonApplicationMenuItem SubMenu's First Item not selected by default
I am using a Microsoft's Ribbon control in my application.
I've got an RibbonApplicationMenuItem with SubItems of the same Kind.The default behavior of the Ribbon menu is that whenever a submenu is ...
0
votes
0answers
120 views
WPF ribbon AuxiliaryPane for custom content
By default the RibbonApplicationMenu.AuxiliaryPaneContent property of the WPF 4.0 Ribbon control hosts a RibbonGallery and is typically used to display a list of recent documents.
Is it possible to ...
