Re: Exception in DataGridControl
Hello,I'm sorry but we don't make the Xceed DataGridControl. You would need to contact their support for assistance on this.
View ArticleAnimations Don't Work in RibbonWindow
I have a number of elements like loading spinners and progress bars with storyboard animations which run/repeat when loaded which have all stopped working when RibbonWindow was implemented in our...
View ArticleRe: Animations Don't Work in RibbonWindow
Following-up: it may not have actually been the ActiPro controls that caused an issue but something seriously hinky is going on. Please feel free to change this from bug to question, but the basic...
View ArticleRe: Animations Don't Work in RibbonWindow
Hi Tim,Sorry but I'm not sure... I wouldn't think that RibbonWindow would be affecting anything in the client area of the window. I'm not sure what you mean by virtualization. We apply a custom...
View ArticleRe: Animations Don't Work in RibbonWindow
So create a basic RibbonWindow project with a DockSite and ToolWindowContainer / ToolWindow inside them and then drop in some basic whatever content inside then launch the app and either connect Snoop...
View ArticleRe: Animations Don't Work in RibbonWindow
I'm sorry but I'm still not sure what you are referring to. We don't set any CanVirtualize property or anything virtualization related in RibbonWindow. Which control you are seeing that on? I'm not...
View ArticleRecentDocumentManager hotkey bug
When you activate a hot key from the RecentDocumentManager, it will produce the ding sound as if any invalid hot key has been entered.The problem can be reproduced with the Recent Documents Sample...
View ArticleRe: RecentDocumentManager hotkey bug
Hi Rex,Thanks for reporting this... we've fixed it for the upcoming maintenance release.
View ArticleRibbon Control Font Style
Hi,I have created a style that targets the ribbon control. In the style I set the font size and font family. Here is an example of my style:<Style x:Key="ribbonStyle2" TargetType="{x:Type...
View ArticleRe: Ribbon Control Font Style
Hi Alyssa,Yes, the problem here is that we have to have some programmatic logic in place to set the defaults for the FontFamily and FontSize, because the values we set can change based on a couple...
View Article4-row Ribbon?
Ribbons normally have 3 rows of controls.I'm writing a very specialised non-standard application and I need to display precisely 4 rows.Is there any official way of achieving that? I know it can...
View ArticleRe: 4-row Ribbon?
Hi Ralph,I'm sorry but our Ribbon is written to meet the required Microsoft UI specifications for a ribbon, and the resizing logic in those specs is hard-coded specifically for two and three rows....
View ArticleRibbonButton icon gets distorted if width/height is set
If I set aWidth and/or Height on a RibbonButton in a Ribbon the Icon gets distorted.<ribbon:Button Label="Machine Focus" Width="75" ImageSourceLarge="{StaticResource focusMachine}"...
View ArticleRe: RibbonButton icon gets distorted if width/height is set
Hello,It's probably trying to center the image (which is likely 32x32 size) in your 75px, which means it will be blurry. If you make a fixed width button, you'd need to make it an even number so the...
View ArticleRe: RibbonButton icon gets distorted if width/height is set
Thanks. Your solution works.Best regards,Ansgar
View ArticleRibbon Menu live preview
Does the ribbon menu provide live preview? If not, how to add that? I couldn't find a way to get the current selected menu item.Thanks.
View ArticleRe: Ribbon Menu live preview
Never mind, just figured out there is the IsHighlighted property.Thanks!
View ArticleRe: Ribbon Menu live preview
Hello,Actually, live preview can be accomplished via the use of ribbon commands. In the documentation that comes with the product, please see the "Interaction with Value Controls" topic. That...
View ArticleRemote desktop crash
Hello, We are having the same issue as here:http://www.actiprosoftware.com/community/thread/23378/remote-desktop-crash You can reproduce with your SampleApplication by creating an event handler for the...
View Article