Hi
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:
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?
Video
Frank
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
...
Can I terminate a message with another message block?
What can i do?
Video
Frank
Attachments
Last edited: