function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
XactAndyXactAndy 

Progress dialog for long running S-Controls?

Hello.

We have an Mass Delete S-Control that can sometimes take many minutes to complete it's
task. Does anyone know of a way of showing a progress box, e.g. like the green one that is shown when deploying an Force app, while this is happening?

Thanks,

Andy
jf317820jf317820
as long as the deletes are being called asynchronously (synchronous deletion will simply display a static image or nothing at all, depending on the browser), you can display an animated gif and hide it once the operation is complete.

see this site for a plethora of indicators: http://www.napyfab.com/ajax-indicators/