We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Cant See


Good afternoon,

I am using Syncfusion packages.
I'm currently implementing BusyIndicator, but both in the documentation as Example available at:

http://www.syncfusion.com/downloads/support/forum/123709/ze/BusyIndicator-1436387409

it does not appear on my system, when implemented using the information of the documentation, it's Error of number or Enumerator.

and when I use the example above, it simply does not open and does not work, the buttons do not call anything ...

I am using the latest available version

1 Reply

HM Hemalatha Marikumar Syncfusion Team October 5, 2016 12:54 PM UTC

Hi THIAGO OJEDA NOGUEIRA,

Thanks for contacting Syncfusion Support.

We have checked the updated sample in SfBusyIndicator which is working fine at our side. We have checked that in Android, iOS platforms. If you are using iOS platforms, please add renderer of SfBusyIndicator to have the view of SfBusyIndicator as like in below

Code Example

public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.Forms.Init();

LoadApplication(new App());

new SfBusyIndicatorRenderer();

return base.FinishedLaunching(app, options);
}

Please download the modified sample from the following link

Link: http://www.syncfusion.com/downloads/support/directtrac/164948/ze/BusyIndicator_copy-683328914 

Please check the sample and if the issue still persist, update us with more details to analyze further and provide an appropriate solution.

Regards,
Hemalatha M.R. 


Loader.
Live Chat Icon For mobile
Up arrow icon