Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Issue: BusyIndicator problem [19056]

$
0
0
Hi.

I set DisplayAfter= e.g. 5 seconds.
Then I set IsBusy= true .... the timer starts running.....
Then I set IsBusy=false (timespan between this last two operations is less then 5 seconds)....

..then is called BusyIndicator.DisplayAfterTimerElepsed and shows content despide IsBusy==false.

I think, this method should look like this:

private void DisplayAfterTimerElapsed( object sender, EventArgs e )
{
_displayAfterTimer.Stop();
IsContentVisible = IsBusy;
ChangeVisualState( IsBusy );
}

Regards,
Jurot
Comments: ** Comment from web user: BoucherS **

Hi,

Is this issue still happening in v2.5 and up ?


Viewing all articles
Browse latest Browse all 4964

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>