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

BusyIndicator XAML

3 Answers 81 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
George
Top achievements
Rank 1
George asked on 19 Jan 2015, 11:51 AM
Hi,

Could you please guide me on the in code use of setting the busyindicator on and off in a windows universal ap (windows & phone)

Using code such as:

Dispatcher.RunAsync( CoreDispatcherPriority.Normal, ()=>{ this.BusyIndicator.IsActive =  true});

crashes at running.

Any guidance will be much appreciated,


Regards,

George

3 Answers, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 22 Jan 2015, 12:12 PM
Hi George,

Indeed the RadBusyIndicator can be control through its IsActive property. I tried to reproduce the issue but everything works as expected on our side. Here's the sample project attached. Please, let me know if it works on your side too.

Regards,
Ivaylo Gergov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
tom
Top achievements
Rank 1
answered on 15 Dec 2016, 01:58 PM

cant find IsActive property, i shall seach it again

 

 

Jual HT

Jual HT Murah

Jual HT Motorola

Jual Handy Talky

Jual Rig Radio

0
Lance | Manager Technical Support
Telerik team
answered on 15 Dec 2016, 05:04 PM
Hello Tom,

The IsActive property is on the RadBusyIndicator itself, see here for a list of the properties (such as AnimationType). For example:

<telerik:RadBusyIndicator IsBusy="True" />


Can you confirm that you're using UI for UWP or UI for Windows Universal? If you're using UI for Windows Phone the RadBusyIndicator property to use is IsRunning (see here for more info).

If you still are having trouble, please reply with your code and I'll debug it directly.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
Tags
BusyIndicator
Asked by
George
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
tom
Top achievements
Rank 1
Lance | Manager Technical Support
Telerik team
Share this question
or