Completed
Last Updated: 15 Jun 2020 09:10 by ADMIN
Release R2 2020 SP1
Dan
Created on: 05 Jun 2020 12:37
Category: ListView
Type: Bug Report
1
TPF: animated gif files are not being animated in high dpi mode

This problem is even reproducible in our Demo application >> Virtual Grid >> Web service example. You will notice that when you scroll to the bottom, the waiting indicator is not being animated when the DPI scaling is higher than 100%.

If you apply the same gif file in a PictureBox it gets animated when using 150% DPI scaling.

2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 08 Jun 2020 05:50

Hello, Dan, 

I would recommend you an easier solution. Simply set the RadControl.EnableImageDpiScaling property to false. Thus, only the image scaling will be disabled not the whole application. However, the spinning animation will be executed.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Dan
Posted on: 05 Jun 2020 16:37

I've modified the sample to produce a manual animation of the spinner icon.

I create a timer and loop through the view elements to update the image. 

If anyone has another approach that is more efficient, I'm keen to hear about it.

Thanks!

Dan.