I'm placing ProgressDialogShow with message just before a number of layered Do While loops that perform some extensive calculations taking an average of 10 seconds.
At the end of the loops I'm placing the ProgressDialogHide.
My problem is that the dialog never appears unless I'm in debug mode and stop it at that line.
It doesn't seem to be running asynchronously.
Not sure what I'm doing wrong.
Thank you
At the end of the loops I'm placing the ProgressDialogHide.
My problem is that the dialog never appears unless I'm in debug mode and stop it at that line.
It doesn't seem to be running asynchronously.
Not sure what I'm doing wrong.
Thank you