A Message of cell phones app: ES FILE EXPLORER : "Internal Memory Free Space...GB" destroyed my If-Then loop and prevents the execution of the app.
The message is triggered by saving the text file or the App.
In my Sub Activity_Create is:
B4X:
...
If File.Exists(File.DirDefaultExternal, "140414.txt") = False Then
File.WriteString(File.DirDefaultExternal, "140414.txt", "Version 140414")
Msgbox2(txt, txt1,"weiter", "", "", Null)
Else
End If
...
If the Msgbox2 appears also comes this phone Internal toast message and deletes the Msgbox2.
Can I terminate a message with another message block?
What can i do?
Thanks for the tip
But I do not understand what you should do this.
My MsgBox is indeed destroyed by the ES FILE EXPLORER App.
I would have to write something to prevent the loop terminates the IF-THEN and crashing my app.
Danke für den Tipp
Aber ich verstehe nicht was das bringen sollte.
Meine MsgBox wird ja von der ES FILE EXPLORER App zerstört.
Ich müsste etwas schreiben um zu verhindern das die IF-THEN Schleife abbricht und die meine App abbricht.
This message is generated by Android App: ES FILE Explorer
I can switch it off there ....
But that would not solve my problem.
Other users have ES File Explorer on.