When click on button SfBusyIndicator dont showing,and rest time does

I want when click on button to hide button and to see busy indicator.And dont work that then i try to dont hide button just to see indicator,and dont work that.Can you help and see what is going ? My all nuget package is updated and visual studio too.


My simple code is on link:
https://drive.google.com/open?id=17G0bbyT2uHrsqtUkeqnQ1JSm4TkYJPIN

5 Replies

SP Sakthivel Palaniyappan Syncfusion Team March 27, 2020 12:45 PM UTC

Hi Fon,

Greetings from Syncfusion.

We have analyzed your query and checked the reported issue. You can resolve the issue  by using async as like below code snippet.

ViewModel:
 
    private async void OnLogIN() 
        { 
            //VidljivostDugmeta = false; 
  
            IsActivityIndicatorVisible = true; 
  
            await Task.Delay(6000); 
  
            IsActivityIndicatorVisible = false; 
        } 

We have modified the sample based on your requirement and please find the sample from below.

Sample link:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/Activity-25232502.zip

Please get back us, if you have any concern.

Regards,
Sakthivel P.
 



FO Fon March 28, 2020 01:21 PM UTC

Ok,that work but when i back on major project dont work.I send you in attachment video,xaml code and view model code.You will see that simple activity indicator from xamarin forms works fine,and SfBusyIndicator just disaper...I dont know what can be...

Attachment: indicator_busy_6529c3df.zip


SP Sakthivel Palaniyappan Syncfusion Team March 30, 2020 12:52 PM UTC

 Hi Fon,

Thanks for the update.

We have tried to replicate the reported issue with your provided code snippet, but we are unable to reproduce the issue. Please find the sample from below link

Sample link:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/Activity1839149926.zip

Since we are not aware of your exact scenario, can you please modify the above sample with reported issue. This will help us to investigate further and provide better solution at the earliest.

Regards,
Sakthivel P.



FO Fon March 31, 2020 10:23 AM UTC

Hi,I cant modify the above sample with reported issue because dont work on major project,and i go to simple project from scratch to see what is happing,and in that project work and on major project cant.I didnt see what can be problem,when simple activity indicator works fine duration,and SfBusy dont..Because i send you xaml and view model code to try see if something can be mistake...


SP Sakthivel Palaniyappan Syncfusion Team April 7, 2020 07:11 AM UTC

Hi Fon,

Thanks for the update.

As we said in previous update, we tried to replicate the reported issue, with your code snippet, but we are not able to reproduce the reported issue. We have recorded video for that please find the video from below.

Video link :
https://www.syncfusion.com/downloads/support/directtrac/general/ze/BusyIndicator838740979.zip

Sample we tried that can be download from below.

Sample :
https://www.syncfusion.com/downloads/support/directtrac/general/ze/Activity-406074384.zip

please get back us , if you have any concern.

Regards,
Sakthivel P.
 


Loader.
Up arrow icon