Flash tab issue

Docking/MDI for WPF Forum

Posted 13 years ago by PhilipK - QuIC Financial Technologies Inc
Version: 11.1.0543
Avatar
System: .NET 4.0, Windows 7, 64-bit
<Window x:Class="actiproColorAnime.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:shared="http://schemas.actiprosoftware.com/winfx/xaml/shared"     
        xmlns:docking="http://schemas.actiprosoftware.com/winfx/xaml/docking" 
        xmlns:local="clr-namespace:ActiProMdiTest"
        Title="MainWindow" Height="350" Width="525">
    <docking:DockSite>
        <docking:SplitContainer Orientation="Vertical">
            <docking:ToolWindowContainer>
                <docking:ToolWindow Name="ToolWindow1" Title="ToolWindow1" local:ToolWindowTabFlashBehavior.IsFlashing="True" local:ToolWindowTabFlashBehavior.IsStoppedWhenActivated="False"/>
            </docking:ToolWindowContainer>

            <docking:ToolWindowContainer>
                <docking:ToolWindow Name="ToolWindow2" Title="ToolWindow2" local:ToolWindowTabFlashBehavior.IsFlashing="True" local:ToolWindowTabFlashBehavior.IsStoppedWhenActivated="False"/>
            </docking:ToolWindowContainer>
        </docking:SplitContainer>
    </docking:DockSite>
</Window>
ToolWindowTabFlashBehavior class is directly from the flash tab sample in sample browser.

The first toolwindow ToolWindow1 does not animate the flash.

Comments (2)

Posted 13 years ago by PhilipK - QuIC Financial Technologies Inc
Avatar
I also tried assigning the animated brush to the ToolWindow.TabBackgroundNormal directly. It is the same result, ToolWindow1 doesn't animate but ToolWindow2 does.
Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Philip,

Thanks for reporting this issue, which we've corrected for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.