Re: KeyTipAccessText for statusbar
Thank you. You are right. I wonder why this is not against their accessibility requirements.
View ArticleOwn 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRibbonWindow 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 ArticleRe: 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 ArticleRe: 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 ArticleWordwrap 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRibbon 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleHow to change the list of sizes in FontSizeComboBox?
For example, I'd like 13 to be an option in the list
View ArticleRe: 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 ArticleCustom 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