Re: Progress bar - SC 2.3.1

On 26/03/2020 03:23, Charles 'chaals' (McCathie) Nevile wrote:
> You need to limit the update speed somehow, so it doesn't pass the flash 
> threshold. Rate-limiting the updates applied to the progress bar, e.g. 
> to every 500ms, is one option, but there are a number of others.

Trying to understand why a progress bar would end up flashing...are you 
redrawing it completely on each update (i.e. blanking it and then 
redrawing it)? Any way to just "fill in" the new part of progress and 
leave the existing bar of what progress has already been made up to that 
point intact?

P
-- 
Patrick H. Lauke

https://www.splintered.co.uk/ | https://github.com/patrickhlauke
https://flickr.com/photos/redux/ | https://www.deviantart.com/redux
twitter: @patrick_h_lauke | skype: patrick_h_lauke

Received on Thursday, 26 March 2020 09:44:04 UTC