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

is the busyindicator control multithreaded ?

Hi,

i have  placed a sfbusyindocator control on my form and run this code :

busycontrol.IsBusy  = True;
GetData();
busycontrol.IsBusy  = False;


the getdata method take about 3 seconds , but the indicator is not showin up, just my application freezing .

anything else i have to do to get busyindicator working ?

thanks for your help .

1 Reply

MS Mariappan S Syncfusion Team February 9, 2015 12:30 PM UTC

Hi Issam,

Thank you for contacting Syncfusion support.

We have prepared the sample which tries to meet your requirement. In this sample we have used button click event in this event we have set “IsBusy” property to true and then we have used time tick event where  we have set the “IsBusy” property to false after 3 seconds. Please download the sample from the following location.

Sample link: Busyindicatorsample.zip

Please let us know if you need further assistance.

Regards,

Mariappan S.



Loader.
Live Chat Icon For mobile
Up arrow icon