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

Slow RadWaitingBar and Exception

4 Answers 104 Views
WaitingBar
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 17 Oct 2018, 12:13 PM

Hello,

I've two problems regarding the RadWaitingBar

  1. using it with an AssociatedControl it takes "ages" for the waitbar to show up
    Simple form with some panels ans some inputs the waitbar takes about 1 second to show, (less controls = faster)
  2. in some cases theres an exception if an underlaying control gets disabled before the waitbar is shown

both problems can be recreated/tested with the attached project (zip)

 

Kind regards 

Christian

4 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 18 Oct 2018, 08:03 AM
Hi Christian,

Thanks for the project. 

1. The time is 0.5 seconds on my side and the waiting bar just flashes on the screen. What is the result on your side?

2. There is no exception on my side. The attached video shows how I am testing this. Am I missing something? Can you share the StackTrace of the exception as well?

Thank you in advance for your patience and cooperation. 

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Christian
Top achievements
Rank 1
answered on 19 Oct 2018, 06:03 AM

Hi Dimitar,

1. Even .5 seconds is way to long. It dosen't matter how long the WaitBar is shown it's about the time for the StartWaiting() call. I guess you'r hardware isn't that bad, so most consumer/client PCs aren't that good. I didn't measure it, but if it takes about 1 second on my setup it'll take way more on the clients. And everything above .25 seconds is human noticeable. It takes less than .5 seconds for the complete form to load, so displaying a overlay and the WaitBar shouldn't take longer.

2. You should enable the CLR exceptions in VS or you can add a breakpoint in RadForm3 line 44 (try/catch block). 

0
Christian
Top achievements
Rank 1
answered on 19 Oct 2018, 06:12 AM

Hi Dimitar,

  1. Even .5 seconds is to slow (everything longer than .25 seconds is human noticeable). It's not about how long the WaitBar is visible, it's about how long it takes for the StartWaiting() call. If it takes 1 second on my setup it'll take way longer on the client PCs.
    It takes about .5 seconds for the complete form to load, so it shouldn't take the longer to do the overlay and display the WaitBar.

  2. If you enable the CLR exceptions in VS or add a breakpoint in RadForm3 line 44 then you'll get the exception
0
Dimitar
Telerik team
answered on 23 Oct 2018, 05:57 AM
Hello Christian,

We have further investigated both cases. 

1. What causes the delay is creating a bitmap of the underlying control. The process can be improved and this is why I have logged this in our Feedback Portal. You can track its progress, subscribe to status changes and add your comment to it here

Unfortunately, I cannot suggest a workaround for this case. 

2. The exception is caused because the associated control is disabled. I have logged this issue as well. You can track its progress, subscribe to status changes and add your comment to it here

To work around it, you can enable the control while showing the waiting bar. 

Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
WaitingBar
Asked by
Christian
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Christian
Top achievements
Rank 1
Share this question
or