Quantcast
Channel: Ribbon for WPF - Recent Posts
Browsing all 1458 articles
Browse latest View live

Re: KeyTipAccessText for statusbar

Thank you. You are right. I wonder why this is not against their accessibility requirements.

View Article


Own commands for "Text Highlight Color" and "Font Color" buttons

Hello,in your samples there is for Text Highlight Color:<ribbon:SplitButton Command="sample:ApplicationCommands.ApplyDefaultForeground"...

View Article


Re: Own commands for "Text Highlight Color" and "Font Color" buttons

Hello,Please see the RichTextBoxExtended file's OnApplyBackgroundCanExecute and OnApplyBackgroundExecute methods as those basically are what process that command.  The RichTextBoxExtended constructor...

View Article

Re: Own commands for "Text Highlight Color" and "Font Color" buttons

Hello,I have done in similar way as you adviced. The splitbutton is created dynamically in code, The command for that is set as in the sample, but in the ApplyForegroundExecute I get for e.Parameter...

View Article

Re: Own commands for "Text Highlight Color" and "Font Color" buttons

Hello,I would expect the uncommented line you had to work in general.  There is code in SplitButton to coerce the CommandParameter property to be a CheckbableCommandParameter if there is no...

View Article


RibbonWindow WindowState and Rendering Issue

Hi all,I've got a client who is reporting the following:The window opens maximized on the screen. Everything looks fine. When he clicks the restore down button, the restore down button displays the...

View Article

Re: RibbonWindow WindowState and Rendering Issue

Hi Nate,I'm sorry, I haven't heard of that particular problem happening.  I might recommend trying our latest 2018.1 version to see if it makes any difference.  We have made numerous updates to...

View Article

Re: RibbonWindow WindowState and Rendering Issue

No worries. I think you're right. I'll build our next patch against your latest release and see if that helps this particular user. I've only had one user have problems, and all of my test machines...

View Article


Wordwrap in Ribbon Button

Is it possible to get a word wrap for special characters like '-' within a ribbon button (like i can get within a TextBlock)?Sample:public class MainViewModel { public string ShortLabel => "T-S";...

View Article


Re: Wordwrap in Ribbon Button

Hi Stefan,We currently support wrapping via the "WithSpace" examples but not the other two. We have made a code update for the next build to allow the "WithNonVisibleSpace" examples as well. We can't...

View Article

Re: Wordwrap in Ribbon Button

Thanks, even the small changes help a lot!

View Article

Re: No Keyboard Input in WindowsFormsHost after Interacting with Ribbon...

Hi,We are currently experiencing the same problem within a similar scenario. (Version is 17.2.0665)InputManager.IsInMenuMode stays true if I click first in a popup button (or a combobox) within a...

View Article

Re: No Keyboard Input in WindowsFormsHost after Interacting with Ribbon...

Hi Stefan,Thanks for letting us know about this scenario.  I believe we were able to track down the problem and have fixed it for the next build 673.

View Article


Ribbon Region - Prism Integration

Hi community members!Can someone tell me where I could find the prism integration library? With codeplex gone, I have found nothing at the moment for the current version.Is the RibbonRegionAdapter...

View Article

Re: Ribbon Region - Prism Integration

Hi Andreas,I believe the Prism library was moved to GitHub here:  https://github.com/PrismLibrary/PrismPrism is still used by many WPF developers and it is now supported by the open source community as...

View Article


Re: Ribbon Region - Prism Integration

Hi!1. Sorry for the misunderstanding. I meant the "Actipro WPF Controls Contrib" project that could be found at https://archive.codeplex.com/?p=actipro for Prism 5.0. Where can I find the current...

View Article

Re: Ribbon Region - Prism Integration

Hi Andreas,1) Our WPF Controls now ship with a Prism 6 sample project included.  That sample project also has all our newer Prism integration source code inside of it, instead of in a separate assembly...

View Article


How to change the list of sizes in FontSizeComboBox?

For example, I'd like 13 to be an option in the list

View Article

Re: How to change the list of sizes in FontSizeComboBox?

Hi Jim,The FontSizeComboBox.OnInitialized method currently inserts a number of ComboBoxItem objects into the Items collection, where the Content of each item is a "double" numeric value.  You could...

View Article

Custom ShaderEffect for QAT button images (Office2016 theme)

Hi,is there a way to add my own shader effect to QAT button images or customize the appearance of these buttonswhen using the Office 2016 themes?I don't want the white mask, but something else...Thank...

View Article
Browsing all 1458 articles
Browse latest View live