Re: How to use german umlaut in the Ribbon control
Hi,you're right. I forgot to use the Unicode characters (I'm an absolute beginner in XAML).Thank you very much.Michael
View ArticleWhat is the ActiproWindowChromeShadow?
Hi,i use Actipro RibbonWindow as a MainWindow in my Application. By checking of all opened windows with Application.Current.Windows i found a window with the title "ActiproWindowChromeShadow" among...
View ArticleRe: What is the ActiproWindowChromeShadow?
Hi John,That is the outer glow effect for a window that has a WindowChrome applied (like RibbonWindow does) when in a Metro theme. It watches the owner window and auto-closes when the owner window...
View ArticleRe: Remote desktop crash
Hi,please have a look at this, it is the exception I get:http://postimg.org/image/juv8kjjf5/ Do you see a way to work around it, some temporary fix?Thanks!!
View ArticleRe: Remote desktop crash
Which specific version are you using? Have you tried this with the latest (2016.1 build 632)? If not, please try it with build 632 and let us know the results.
View ArticleRe: What is the ActiproWindowChromeShadow?
Can I abort this effect? i have a problem with my codeduitests, my controls are hidden by other element and i can't found why.
View ArticleRe: What is the ActiproWindowChromeShadow?
Hello,It shouldn't really conflict with any UI since it's always updated to be behind the Window it's attached to in terms of z-order. You could use a different theme other than a Metro theme when...
View ArticleColorPickerGallery preview keyboard support
Hello,I am using the ColorPicker gallery and I have preview working when the user uses the mouse. But I do not seem to be able to get the preview wroking by using the up/down arrow keys. Is this...
View ArticleRe: ColorPickerGallery preview keyboard support
Hello,Sorry but the preview capabilities are only wired up to mouse movement events. There's nothing in place that does preview for keyboard usage.
View ArticleRibbon, MVVM and end-user customization
Hi,I found an older thread about Ribbon and MVVM binding. Is this already implemented?Also, coming from DevExpress, is there any built-in ribbon/menu/toolbar customization for the end-user?If not, that...
View ArticleRe: Ribbon, MVVM and end-user customization
Hi Stefan,Sorry but we don't have either of those implemented at this time. I've added your vote for those two items on the related TODO items.
View ArticleQAT icons are not monochrome when MetroLightRoyal is used
Hi,I studied the docs and according to the help file the conversion to monochrome icon is performed automatically. In my case the color icon is added to the QAT. Do I need to do something to make this...
View ArticleRe: QAT icons are not monochrome when MetroLightRoyal is used
Hi Stefan,That is correct, it will only alter BitmapSource (raster) images or BitmapSource image portions that are nested in DrawingVisuals. The latter allows you to have a raster image for say a...
View ArticleRe: QAT icons are not monochrome when MetroLightRoyal is used
Thanks for the clarification. A couple of follow up questions:Do you have plans to support XAML vector (DrawingImages) as well in the future? Providing monochrome versions for each icon is a huge task....
View ArticleRe: QAT icons are not monochrome when MetroLightRoyal is used
Hi Stefan,We didn't have plans to add monochrome logic to vector images but if you send us a small sample to our support address that shows some vector images and how you use them in Ribbon, we can...
View ArticleRe: Backstage icons are missing
So, is there a way to get the icons back into the buttons of the backstage (either small or large)?
View ArticleRe: QAT icons are not monochrome when MetroLightRoyal is used
Email sent. Please let me know if you haven't received it.Regards,Stefan
View ArticleRe: Backstage icons are missing
Hi Adam,I'm sorry but no, the Image isn't part of the template for that usage scenario any more. You could make a custom template that has the Image in it and apply that to the buttons. Here's the...
View ArticleRe: Backstage icons are missing
That works. My only concern is for updates to ribbon template that are breaking changes. I couldn't figure out how to extract the template like I normally do through the Document Outline pane. Can you...
View Article