Re: Enabling UseDragFloatPreviews on touch screen spawns semi-transparent...
I personally think it's okay now as it is and QA team agrees. But I'm ready to test a half of a second delay. :) I think with 0.5s delay it will be hardly noticable that something is getting stuck.
View ArticleRe: Enabling UseDragFloatPreviews on touch screen spawns semi-transparent...
Hello, We've updated the same preview build URL with a new preview that has a half second delay. Can you try that out and report back? Thanks!
View ArticleRe: Enabling UseDragFloatPreviews on touch screen spawns semi-transparent...
Hello! On this build I almost can't tell if something is getting stuck or not. I think we can stop here. Thank you.
View ArticleRe: Enabling UseDragFloatPreviews on touch screen spawns semi-transparent...
Hello, that's great. Thanks for testing!
View ArticleToolWindowContainer Style
I've been able to style most of docking containers so far. But when it comes to the ToolWindowContainer I've been very limited. I do not want to use AssetResourceKeys to change the color since my a...
View ArticleRe: ToolWindowContainer Style
Hello, If you want to keep the same template design we have by default, then customizing the brush asset resources for each theme would be the best and easiest way to go. Since you are a WPF St...
View ArticleEventHandler for ValueChanging(Changed) in ActiPro 19.1.0685
I am using ActiPro 19.1.0685 and upgrading from version 11. Had EventHandler<ItemRoutedEventArgs<T>> . I noticed that version 19 do not have template in EventHandler. How to code handle...
View ArticleWindowClosing handler.
Have below error. How to fix that? error CS0123: No overload for 'dockSite_WindowClosing' matches delegate 'EventHandler<DockingWindowsEventArgs>'
View ArticleDockSite.Workspace error.
Have below error when upgrading to 19.1.0685. error CS1061: 'DockSite' does not contain a definition for 'Workspace' and no accessible extension method 'Workspace' accepting a first argument ...
View ArticleRe: EventHandler for ValueChanging(Changed) in ActiPro 19.1.0685
Hello, If you are upgrading from the pre-2016.1 codebase of Docking/MDI, you'll want to look at the Docking/MDI's "Converting to 2016.1" topic in the documentation that comes with the product. T...
View ArticleRe: WindowClosing handler.
Hello, If you are upgrading from the pre-2016.1 codebase of Docking/MDI, you'll want to look at the Docking/MDI's "Converting to 2016.1" topic in the documentation that comes with the product. T...
View ArticleRe: DockSite.Workspace error.
Hello, If you are upgrading from the pre-2016.1 codebase of Docking/MDI, you'll want to look at the Docking/MDI's "Converting to 2016.1" topic in the documentation that comes with the product. T...
View ArticleRe: DockSite.Workspace error.
Thanks. I cannot find in dockSite.PrimaryDockHost.Workspace methods: SwitchToStandardMdi() and SwitchToTabbedMdi(). How i can access them? I see DockSite.MdiKind property added instead. Can you ...
View ArticleRe: EventHandler for ValueChanging(Changed) in ActiPro 19.1.0685
I noticed that EventHandler for editors:DoubleEditBox do not have template <ActiproSoftware.Windows.PropertyChangedRoutedEventArgs>. Of course i can recode some of callback as private void ...
View ArticleRe: DockSite.Workspace error.
Correct, per the conversion topic: DockSite.MdiKind property added, allowing for easy switching of MDI kinds. Use instead of old Workspace.SwitchToTabbedMdi and SwitchToStandardMdi methods. ...
View ArticleRe: EventHandler for ValueChanging(Changed) in ActiPro 19.1.0685
Hi Chris, Unfortunately the PartEditBoxBase.ValueChanged event doesn't pass the old value now. You would have to track the old value externally if you wished to continue using that event. Such ...
View ArticleRe: EventHandler for ValueChanging(Changed) in ActiPro 19.1.0685
One more thing.... When i start my application i am getting license warning screen saying that i need to purchase license. When I installed ActiPro I put my license key properly. Why I am getting...
View ArticleRe: DockSite.Workspace error.
After I upgraded to new ActiPro 19.1.685 all mine screens are display in center of tabbed document, not starting from top. Is default with new version changed to display screen in the center? H...
View ArticleRe: EventHandler for ValueChanging(Changed) in ActiPro 19.1.0685
Please contact our support e-mail address with this question and we will work with you privately to solve it. If the license information was entered properly, you shouldn't be seeing a license dia...
View ArticleRe: DockSite.Workspace error.
Hello, Do you mean the content of your tabbed documents is centered instead of stretched to fill the document window's client area? The content should be stretching to fill by default. We don't...
View Article