Quantcast
Browsing all 1458 articles
Browse latest View live

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 Article


Animations 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 Article


Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

RecentDocumentManager 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 Article

Re: RecentDocumentManager hotkey bug

Hi Rex,Thanks for reporting this... we've fixed it for the upcoming maintenance release.

View Article


Ribbon 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 Article


Re: 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 Article

4-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 Article

Re: 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 Article

RibbonButton 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 Article


Re: RibbonButton icon gets distorted if width/height is set

https://imgur.com/a/KB9Cg

View Article

Re: 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 Article


Re: RibbonButton icon gets distorted if width/height is set

Thanks. Your solution works.Best regards,Ansgar

View Article

Ribbon 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 Article


Re: Ribbon Menu live preview

Never mind, just figured out there is the IsHighlighted property.Thanks!

View Article

Re: 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 Article

Remote 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
Browsing all 1458 articles
Browse latest View live