This is a migrated thread and some comments may be shown as answers.

Busyindicator doesn’t show

0 Answers 77 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Carl-Johan
Top achievements
Rank 1
Carl-Johan asked on 07 Sep 2011, 10:54 AM

I have a button that loads data into a grid.

The button works like this:

 busyIndicator.IsBusy = true;

// Load data into the grid

  busyIndicator.IsBusy = false;

But the busyIndicator is newer visible. The dataloading takes a couple of seconds. Is it possible to make sure that the data doesn’t starts to load before the busyIndicator is visible?

No answers yet. Maybe you can help?

Tags
BusyIndicator
Asked by
Carl-Johan
Top achievements
Rank 1
Share this question
or