Application is refreshing again and again!

I saw that you show progress dialog.

There is a little problem the this dialog cannot be dismissed in a short amount of time.

So:

  1. Temporarily disable the OnDisconnect and OnConnect blocks
  2. Change the massive if blocks to if...else if...at last else
  3. put the clock1.timer enabled -> true block at the end of the else part

Set the clock to at least 50ms

If anything not working, may you send a test aia that can reproduce your bugs?

1 Like