Hello
When I use Sleep together with async messagebox (in a class module) the code is crashing. Removing Sleep(0) from the loop works and the messagebox is shown, but the progressdialog is not shown. Is there any way to use both together?
B4X:
Public Sub Import(ImportFile As String) As...