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

RadBusyIndicator hang while processing job

1 Answer 89 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 15 Jun 2011, 03:18 PM
Hi,

I have a wpf project and I create a semi-transparent balck UserControl with a RadBusyIndicatror to indicate to my users that a synch job is being in progress.

The problem is when the job start, it's look like the job pulling all resources from the cpu and the RadBusyIndcator don't have enough cpu resources to show his fluid animation. The animation start, stop, start, stop, start, stop and so on...

code example:

BusyControl busyControl = new BusyControl();
busyControl.Start("Job in progress. Please wait...");
SynchroneJob();
busyControl.Stop();

Thank's

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 20 Jun 2011, 10:21 AM
Hi Oliver,

I'm afraid that the provided information is not enough to find the cause of this issue. Could you please try to isolate the problem in a simple project and send it to us? You should open a support ticket and attach it there. Thanks in advance.

Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
BusyIndicator
Asked by
Oliver
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or