Hi all.
I have a problem, when i call:
Freeze the App.
I know the DoEvents method is unfortunately not the case.
I also tried the library Thread and CallSubExt same result.
When i call the RunMethod the app Freeze until it ends (it takes 2-3 minutes).
I should have simply use a ProgressDialogShow2, but when i launch the RunMethod command the same freezes.
Any solution ?
Thank you
Marco
I have a problem, when i call:
B4X:
Ritorno = Test.RunMethod("doFwUpdate", Array As Object(FormatoFile))
Freeze the App.
I know the DoEvents method is unfortunately not the case.
I also tried the library Thread and CallSubExt same result.
When i call the RunMethod the app Freeze until it ends (it takes 2-3 minutes).
I should have simply use a ProgressDialogShow2, but when i launch the RunMethod command the same freezes.
Any solution ?
Thank you
Marco
Last edited: