Skip to main content

Hi there.

I have a form with a proceed button that triggers a timer. This timer performs a polling operation by calling a smart object method every 3 seconds and as soon as the smartobject reply matches a predetermined outcome, will proceed to the next step of a process.

 

As for the ux/ui elements, I am displaying a spinner and "please wait" whilst this is happening, however each time the rule calls the smartobject method, I get a grey overlay flash on and off, which keeps looping a few times until the operation is done.

 

Is there a way to suppress the overlay whilst the smo is being called as it is very annoying.

 

Many thanks.

Set the overlay opacity property to 0.





 


Thanks, this works well, even though preferably, I'd like to be able to set this dynamically after it loads (have the overlay visible during initialisation but then set to 0 opacity later)

Reply