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

How to show BusyIndicator immediately

1 Answer 109 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
mariusz piatek
Top achievements
Rank 1
mariusz piatek asked on 03 Jul 2011, 04:37 PM
I want to turn off opacity animation when I set IsBusy =  true;
How to achieve this?
The problem is that I don't use  separate thread with my busyIndicator, and I don't want to use another threads.
When I put:
IsBusy =  true;
//long process here
IsBusy =  false;

The busy indicator don't appear. I think it may be caused by opacity animation.


1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 07 Jul 2011, 07:49 AM
Hello Mariusz,

I suppose that the process is not long enough for the BusyIndicator to be seen. That is way a better approach is to use another thread. If you could send us your project, so that we can run it here, we will do our best to provide you with the best solution for your case.

All the best,
Konstantina
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
BusyIndicator
Asked by
mariusz piatek
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or