I must be missing something.
Prior to a process that could take a few seconds, I would like to show a “please wait’ message.
Anything will do, but I find that MobilePopupMessage and iOSMessageBox both dont show on screen until after the process has completed.
Ive tried putting these calls outside the method, I’ve tried delaymbs
The method takes parameters so unless I refactor it to use dialog level variables, I dont think I can use Timer.calllater
How can I show a message that appears before tight loops, that can be removed afterwards?