We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Not animated on startup

SfBusyIndicator is not animated in current versions on startup of an app.
When the app window is displayed the BusyIndicator is shown but not animated.
I only get the animation to work if I toggle the "isBusy" parameter off and on after the window is loaded.
i.e. listen to a Key event and toggle the "isBusy" parameter off and on. Then the animation works, but NOT on first startup when "isBusy" is set in Xaml.

I have this problem with versions: 15.3.0.26 and 15.2.0.46.
In version 15.2.0.43 the animation is working correctly.

I'm using Visual Studio 2017 (15.3.0)

Code Used:
<Window x:Class="MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:WpfApp2"
        xmlns:Notification="clr-namespace:Syncfusion.Windows.Controls.Notification;assembly=Syncfusion.SfBusyIndicator.WPF"
        mc:Ignorable="d"
        Title="MainWindow" Height="350" Width="525">
    <Grid>
        <Notification:SfBusyIndicator/>
    Grid>
Window>


3 Replies

VR Venkateshwaran Ramdoss Syncfusion Team August 18, 2017 08:36 AM UTC

Hi Friedrich, 

Thank you for contacting Syncfusion Support. 

A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates 


Regards, 
Venkateshwaran V.R.  



AN Andres September 15, 2017 10:19 PM UTC

I have the same problem.
https://www.syncfusion.com/forums/132170/not-animated-on-startup

The sfbusyIndicator is not animated on startup of an app, i have the control in a page. I binding IsBusy with a Property in the viewmodel and i changed to true, but it did not animated.

I use the same version 15.3.0.26




VR Vijayalakshmi Roopkumar Syncfusion Team September 18, 2017 09:43 AM UTC

Hi Andres

Thank you for contacting Syncfusion Support.

A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents 

Regards,
Vijayalakshmi V.R. 


Loader.
Live Chat Icon For mobile
Up arrow icon