How to Keep popup open when press enter key in textbox
Now I using a splitButton with some textbox in PopupGallery items.Is therer any way to keep the popup open, when user finish typing and press enter key in these textboxs?<ribbon:SplitButton...
View ArticleRe: How can i change the Office Style in PopupButton?
Yes we are using your products.This is the line where we set the theme of ActiproSoftware,ThemeManager.CurrentTheme = CommonThemeName.Office2007Blue.ToString();Is possible to change the style of the...
View ArticleRe: How can i change the Office Style in PopupButton?
Hi Alain,The ribbon:PopupButton will use the Office2007Blue theme in that case. So it will have the orange highlights, since that what Office popup buttons look like. You'd have to retemplate the...
View ArticleRe: How to Keep popup open when press enter key in textbox
Hi Juan,You could probably swap in a normal WPF TextBox instead. Or alternatively you could class a class that inherits ribbon:TextBox, override its OnKeyDown and block the base method call if...
View ArticleRibbon Button state not updated when bound to a DelegateCommand
I use your ribbon buttons to perform several actions, all of which are bound using the buttons Command parameter to a DelegateCommand property in my ViewModel. Application logic may enable and disable...
View ArticleRe: Ribbon Button state not updated when bound to a DelegateCommand
Hi Ed,Commands use the ICommand.CanExecuteChanged event to notify controls when their CanExecute state has changed. So you need to raise that event on your command. Raising PropertyChanged events...
View ArticleKeyTips on Backstage page
I have two questions:1) I have added KeyTips to the Backstage tabs. Some of the tabs are of type ribbon:BackstageTab and others such as the Close tab are of type ribbon:Button. I have added KeyTips to...
View ArticleRe: Ribbon Button state not updated when bound to a DelegateCommand
That took care of it, thanks!
View ArticleRe: KeyTips on Backstage page
Hello,1) The backstage tabs and buttons currently render similar to the Office 2010 style and have their key tips positioned similar to how that version did.You could set the attached...
View ArticleRibbon Control occurred unknown error during load a module which is
Some times (very frequently) my application occurred error bellow. It's more frequently occured low performonce computer especially at VMWare.2013-04-16 17:12:09.240 Debug Low Logger was created...
View ArticleRe: KeyTips on Backstage page
In regards to item #2 above, can key tips be added to ribbon:TaskTabItem? We are creating a Backstage that has the look of Office 2013 and have added controls similar to what I see on the Document...
View ArticleRe: Ribbon Control occurred unknown error during load a module which is
Hello, sorry but we haven't had any reports of something like that. If you can repro it in a very simple sample project, please send it to our support address and reference this post. Rename the .zip...
View ArticleRe: KeyTips on Backstage page
It doesn't look like TaskTabItem supports key tips right now. We'll work on updating that for the next version.
View ArticlePopup with menu where each item has several controls
HiI have two versions of a product, where one uses the version specified, and another using the latest version. I'm trying to create a popup holding a menu with bound items. For each item I would like...
View ArticleRe: Cannot move application window since 2012.2.571 build
Added that attribute:themes:WindowChrome.ElementKind="NonClientArea"to the two grids and adorner decorators that were encapsulating our ribbon and it did the trick. I know this response was a long...
View ArticleBackstage Close Button not showing
Hi,we are trying to build an application looking similar to Office 2013. We need a small help icon in the title bar and an application menu (backstage).In one of your samples (ThemeSamples:...
View ArticleRe: Popup with menu where each item has several controls
Hello, for something like this, please email our support address with a new simple sample project showing the issue. That will allow us to see what you see. Reference this post and rename the .zip...
View ArticleRe: Backstage Close Button not showing
Hi Marc,If you have one of our Metro themes active for your app (via ThemeManager.CurrentTheme), the backstage close button (circle with arrow) should be visible. It will revert to the standard File...
View ArticleFontFamilyComboBox: Preview vs. UndoStack
Hello everybody,we have noticed (in your SampleBrowser, too) that previewing a FontFamily from the FontFamilyComboBox (--> 'ValueCommandParameterAction.Preview') already adds to the UndoStack of a...
View ArticleRe: FontFamilyComboBox: Preview vs. UndoStack
Hi Detlef,Unfortunately we haven't found a way around that with the RichTextBox API, to prevent it from happening.
View Article