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 .