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

Commented Unassigned: BusyIndicator FocusAferBusy (sic) works only once [21858]

$
0
0
The first time the BusyIndicator control is shown, the focus is given to the control (in my case, a TextBox) referred to by the FocusAferBusy (sic) property, as expected.

But not the subsequent times. Then the behavior is as if this property had been omitted or has lost its value.

This is version 2.4.0.0
Comments: ** Comment from web user: BoucherS **

Hi,

You are right,

It will be fixed in v2.8.
To make it work subsequent times, go in file :
Xceed.Wpf.Toolkit/BusyIndicator/Implementation/BusyIndicator.cs.
Go in method :
protected virtual void OnIsBusyChanged( DependencyPropertyChangedEventArgs e )
and remove the following :
```
this.FocusAfterBusy = null;
```


Viewing all articles
Browse latest Browse all 4964


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