Questions tagged [ribbon-button]
9 questions
2
votes
1 answer
Value rule for Lookup field in RibbonWorkbench
I want to add a display rule to a custom ribbon button based on the value of a lookup field whether the lookup field is null or not. How should i check it. The below code is not working. I assigned value as 0 , "" but still it was not working.…

Neodine
- 53
- 1
- 7
1
vote
1 answer
How to disable ribbon button based on Form in Dynamics CRM 2016?
In this case I have two forms (Information & Manager) with ribbon Approve TOP. This button only enabled/view in Manager form.
I have followed this tutorial. I have already added javascript snippet that I set to my ribbon button enable rules. This is…

aminvincent
- 553
- 1
- 12
- 43
1
vote
1 answer
How to bind a RibbonButton to a command with parameters?
I have a ribbon with many ribbon-tabs and ribbon-buttons.
This a common Ribbon that act on many views. I'm in a situation that I need a reference to the XamDataGrid in order for the ribbon-button hooked command to execute properly.
I have no clue…

Sami
- 89
- 10
1
vote
1 answer
sitecore experience editor ribbon button
I'm trying to add custom ribbon button to sitecore experience editor. I am following steps for simple button from
http://www.programmingbynumbers.com/2015/01/31/creating-a-new-experience-editor-button-in-sitecore-8/
and everything goes fine until I…

James
- 75
- 11
1
vote
1 answer
Ribbon Button Image Programmatically
I'm trying to load a image onto a Ribbon Button. This is the System.Windows.Controls.RibbonBar type.
here is the code I'm using
public RibbonGroup CreateButtons()
{
RibbonGroup GroupControlComputers = new RibbonGroup();
…

New Bee
- 991
- 1
- 13
- 24
0
votes
1 answer
How to prevent breaking line in ribbonButton label
I have following ribbonButton in my wpf application
It looks:saveAs…

Marcin Włodarz
- 31
- 1
- 5
0
votes
0 answers
Lock ribbon button in VB.NET
I am developing a application in VB.NET. The user interface contains a ribbon tab with a few ribbon buttons. On each ribbon button click event, the application will execute a process.
When a process being executed, I want to lock the click event of…

siva
- 23
- 2
0
votes
0 answers
Deploying Ribbon Button Across all sites in a site collection
I have created a custom ribbon button using SharePoint designer 2010 for a library in a site and have associated a workflow to it.
How to extend this functionality to all the sites in a site collection?
If I create the custom ribbon button in the…

Hulk
- 97
- 3
- 16
0
votes
0 answers
as child of
I've been charged with fixing a bug in a WPF application even though I don't really do much WPF.
Can't figure it out so am asking you wonderful readers of stackoverflow.
I have a RibbonButton with an image specified as a LargeImageSource. Trouble…

serlingpa
- 12,024
- 24
- 80
- 130