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.