A ribbon is an interface wherein a set of toolbars are organized using tabs.
0
votes
0answers
19 views
Use CRM in an IFrame
I'm having same issues with this iframe.
First I'm able to use a local CRM in my iframe which uses windows authentication. But I'm not able to use another CRM which is online(it's not online per se, ...
0
votes
0answers
9 views
Any automatically ways to migrate Microsoft Access 2003 menu + toolbar to Ribbon?
We have a Access 2003 MDB application system, contain hundreds of forms and reports.
We want to migrate the 2003 to 2010, by rebuild all the custom made menu + toolbar to Ribbon.
In the 2003 version, ...
0
votes
0answers
4 views
Counting ribbon click events
I develop my own ribbon tab, with several buttons. I want to count how many time each event was click. I also want to know about other buttons in the ribbon (not mines), how many time they have bee ...
0
votes
0answers
50 views
Excel Add In's Custom Ribbon Tab Will Not Display
I've created an application level add-in for Excel to automate some tasks. I used the VS2012 template Visual C# > Office > 2010 > Excel 2010 Add-In.
Rather than having an action pane open every time ...
0
votes
1answer
55 views
access 2010 custom ribbon vba error
I have a custom ribbon that calls vba commands. When it does, I get the error message
Microsoft Access cannot run the macro or callback function [FUNCTION OR SUB]
where [FUNCTION OR SUB] is the ...
0
votes
2answers
33 views
Can't find the list of most (all?) tab names for the ribbon in Office
After some heavy googling, I've concluded that I'm unable to locate information on the id names for the different components of the ribbon in Office.
For instance, even though the following XML ...
0
votes
1answer
30 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 ...
-1
votes
0answers
50 views
access 2010 custom ribbon vba commands not working [closed]
I have a custom ribbon that calls vba commands. When it does, I get the error message "Microsoft Access cannot run the macro or callback function [FUNCTION OR SUB]" where [FUNCTION OR SUB] is the ...
0
votes
2answers
53 views
Trying to write array to range of cells
Here's the gist what I'm doing. I have a ribbon button which needs to read a simple 2 column CSV file into a 1-dimensional array row-by-row, and then I need to write the array into the first two ...
0
votes
2answers
45 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 ...
-1
votes
1answer
22 views
WPF ribbon crashes the application when using XP [closed]
I have a wpf (mvvm) application and I added the wpf ribbon.
Works fine and look good on windows 7 but crashes on XP.
what can I do about it?
Thanks for your help!
0
votes
0answers
18 views
Office Ribbon DefaultText (NullText) for editBox
I have the following xml as custom ribbon to provide a searchbox.
<?xml version="1.0" encoding="utf-8" ?>
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" ...
0
votes
0answers
20 views
Excel: Export one ribbon tab with all it's macros
I've done my own Excel ribbon tab with my own macros placed in my personal.xlsb. I want to share this ribbon tab with my colleagues but I haven't figured out how to export it in a way that all macros ...
2
votes
0answers
63 views
Excel Ribbon - Enable Filter button for protected worksheet
Using excel 2010 for protected sheets the auto filtering option on the Ribbon is greyed out. By however by right clicking I am still able to filter just fine despite the sheet being protected so this ...
0
votes
0answers
66 views
CRM 2011 - KB Article subgrid quick find not working
The quick find function on the KB article entity is slightly enhanced compared to other entities as it present you with more search parameters, a new search ribbon (called Mscrm.ArticleSearchRibbon ...
1
vote
0answers
25 views
MFC Ribbon Combo Box - Suggest on keyboard input
I have a CMFCRibbonCombobox in my application. I would like it to suggest the most appropriate item in the combo box on keyboard entry :
Eg: if I have the items
Apple
Banana
Band
...
0
votes
0answers
19 views
RibbonWindow is displayed wrong
I have created a new Caliburn project and added the System.Windows.Controls.Ribbon namespace. Then I used a normal RibbonWindow:
XAML:
<Grid Background="White" HorizontalAlignment="Stretch" ...
1
vote
1answer
33 views
Customize position of arrow on JComboBox (place centered on bottom)
I'd like to be able to make a JComboBox with the arrow centered, below the text, to look like the pictured buttons from Word.
I understand that the usage of the pictured buttons here differs from ...
0
votes
1answer
63 views
how to add “sendemail” button in gridView of customized entity in crm
There is one customized entity named as "Add to Campaign" . Since there is no default "Email" button in sub-grid , so i placed one customized button and provided javascript to open Email form , and ...
1
vote
0answers
41 views
use vba code in visual studio ribbon item
I have been couple of days developing some code in vba to detect different types of shapes, create and zip files and so on... The problem is that now I have to create a ribbon item in visual studio ...
0
votes
0answers
21 views
C++ BuilderXE3 ribbon font
I use C++ BuilderXE to develop ribbon application. The problem :
if one of buttons on a ribbon tab has large image and its multi word caption is slplitted on two lines, the ribbon height in not ...
4
votes
1answer
71 views
RibbonDropDown losing items
I'm adding items to a RibbonDropDown that is used by the New Email inspector at run time. I add the items on start-up and also refresh the list on demand (when the user presses a button)
public void ...
5
votes
1answer
145 views
How to prevent the screen from automatically rotating on a tablet?
In the link below, Microsoft describes two ways to limit rotation of an application screen on a tablet.
http://msdn.microsoft.com/en-ca/library/windows/apps/hh700342.aspx
what's happening is that ...
0
votes
1answer
29 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
0answers
28 views
WPF Fluent Ribbon Compile Problems
I am trying to compile the latest Version of the Fluent Ribbon (e709a1f6bb2e) for .NET 3.5 with Visual Studio 2008 but I got several problems with that. After removing the empty (?) Office2007 Theme ...
0
votes
0answers
159 views
Use external xml file to create custom Ui ribbon c#
I am new to VSO, .net and c# and the answer will probably be down to something I am doing wrong.
I am trying to add a Custom UI ribbon to a word document using Visual Studio 2013, using the word ...
1
vote
2answers
74 views
CRM 2011 Homepage Grid Ribbon enable rule doesn't work
I have a custom button in Activity homepage grid ribbon. I have an enable rule that calls a Javascript function. This rule doesn't seem to be working - it's not calling the Javascript function, I've ...
0
votes
1answer
108 views
Excel/RibbonUI menu disabled
Note The following problem was solved by creating a new workbook copying all the data, macros and other code across. Any insight into what causes a workbook to "break" would be welcome!
I have an ...
1
vote
1answer
115 views
WPF data binding of a Ribbon control
I have a working dynamic menu which is data bound to a hierarchical collection of items which are controlled by application dynamically. For reference below is WPF declaration:
<Menu ...
1
vote
1answer
54 views
WPF Layout - Fill Height, Auto Scrollbar
The Grid at the bottom contains a ListBox. It stretches vertically, but the scrollbar does not appear when it reaches the bottom.
Layout --
<RibbonWindow ResizeMode="CanResize">
...
0
votes
0answers
200 views
Enable/Disable Ribbon button in sharepoint 2010
Am working on sharepoint workflow tasks which has a ribbon with buttons. Am trying to disable button based on the user action. Every workflow task will have a ribbon and it has 4 buttons. Am trying to ...
1
vote
1answer
76 views
IRibbonExtensibility->GetCustomUI calling from a class other than Connect.cs
I am using Vs2010 -> Extensibility->Shared Add-in
Connect.cs file
public class Connect : Object, Extensibility.IDTExtensibility2, IRibbonExtensibility
{
public string GetCustomUI(string ...
0
votes
0answers
70 views
IRibbonExtensibility GetCustomUI not called
I'm developing a shared add-in for Outlook.
One of my customers is experiencing trouble on his machine, he does not see my add-in buttons/ui in the main window ribbon.
After exploring his ...
0
votes
1answer
49 views
How to alter the behavior when clicking a button on the ribbon?
When a user replies to an email, I'd like to keep the action that is being performed but also perform an additional task (sending a call to a web service, which I've got working already separately). ...
0
votes
1answer
180 views
Excel VSTO Workbooks.Open only working when another action is taken first
I am working on a VSTO add-in. I have a customized ribbon, and on that ribbon a button called TemplateCallButton. I also have several other functions and buttons, one of which just opens a folder ...
0
votes
0answers
159 views
Add original menu icon to Ribbon from vba
Everyone knows customize ribbon from GUI: file, options, user settings for ribbon.
But, I want to add menu icon to ribbon from vba when book opened.
The icon added click, run macro.
thank you.
1
vote
0answers
76 views
Excel Ribbons Doesn't work after file rename
Heyy
I have been creating Macros and then adding them to the customized ribbons on excel (2010). The problem I have is that each time I rename the original file (save as) that i created the macros and ...
1
vote
1answer
378 views
Adding CustomUI Ribbon using Shared Add-in(not VSTO) in Outlook 2007,2010,2013
I am using VS 2010 and my project template is Extensibility->Shared Add-in. I want an ribbon with a button which should invoke my form in outlook. I am not able to understand how to do this?
I ...
0
votes
1answer
178 views
Ribbon Invalidate makes my outlook add-in crash
I have a pretty large outlook add-in with following ribbon.xml:
<?xml version="1.0" encoding="UTF-8"?>
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" ...
1
vote
1answer
58 views
How to Style RibbonSplitButton ItemTemplate
I have a RibbonSpitButton with an ItemSource and an ItemTemplate defined in this way:
<RibbonSplitButton x:Name="SplitButton3DViews"
ItemsSource="{Binding ...
0
votes
0answers
41 views
Ribbon XML - accessing an inmserted button in the ThisAddIn.cs
I try to customize the Ribbon in Outlook via a Ribbon-XML. The ribbon-changes (new group with new button) are shown correctly, but the event handler of the inserted toggle-button does not work.
When ...
-1
votes
1answer
161 views
Dynamics CRM - Open entity form on ribbon button click
I'm planning to add a ribbon button to an existing group for a specific entity. I have created a custom entity, which is a child of the entity for which I'm creating the ribbon button. How do I open ...
0
votes
0answers
73 views
How do I use Flamingo and Insubstantial?
I have only used Swing so far for designing some sub-standard GUI.
I was planning on using Flamingo to get the Ribbon look and feel of MS Word. I was directed to the website of Insubstantial. ...
1
vote
1answer
183 views
No project template for a ‘WPF Ribbon Application’
I am unable to get a WPF Ribbon project to show in Visual Studio. Here is a link to a thread for someone that had an issue in Visual Studio 2010.
I have tried everything suggested there but to no ...
0
votes
1answer
246 views
VSTO 2010 Outlook Ribbon (Designer) does not show up in Outlook 2007
I have a VSTO 2010 Ribbon (Designer) which works in Outlook 2010.
My add-in also loads in Outlook 2007, I see a command bar that I have made and it does what I expect it to. For some reason the ...
0
votes
1answer
214 views
Excel CustomUI ribbon layout
I'm trying to create a custom ribbon for excel with a group that looks like the image below. (2 rows of buttons with a dropdown box below).
I am beginning to think that it cant be done exactly how ...
0
votes
1answer
109 views
WPF IsSelected binding for RibbonTab stops working upon ctrl+tab
This is a minimized error reproduction of RibbonTab IsSelected not working.
Here is the main window of the demonstration application:
When we click the application menu (blue arrow), a menu pops ...
0
votes
0answers
81 views
Update image of button in Ribbon Excel
I have a problema trying to update the image of a button in my ribbon when clicking in another button of the ribbon.
It seems like I lose the focus and then it only updates after exit the click ...
0
votes
0answers
31 views
wpf ribbon QuickAccessToolBar
I am using a WPF ribbon and I have a little problem with the Quick Access Toolbar.
I can't add more than one button to it.
At the beginning I can add any button I want using right click on the button ...
1
vote
1answer
184 views
How to add a RibbonButton to a context menu in Outlook?
I am at a loss how to add a custom button to a context menu in Outlook 2013. In Outlook 2007 and 2010 I manage to do that successfully with a CommandBarButton, but that is not possible anymore in ...

