K2 4.7
I have a form that will be used for reserving seating for some events, and a lot of people will be using it (some events 350 people, with about 8-10 of those events). I want to integrate a function that displays the available seats semi-realtime. Ideally I wanted to do it within 5 seconds, now I have it set to 15 seconds.
I have a rule that runs on the ticks of the timer control, and I query a smartobject asynchronously (because I though it would suppress the spinner) and I even unchecked spinner on the form advanced options, yet every 15 seconds I see the spinner and a flicker still. Has anyone encountered this issue? I want the seating availability to update often but without spinners and flicker. Is that possible?