I'm trying to update this code of the File Explorer class:
https://www.b4x.com/android/forum/threads/class-file-explorer-with-visualization.19003/
to use Sleep(0) instead the DoEvents.
I'm stopped in this part of the code, because if I use Sleep(0) (or 100 or 1000) don't works.
I think this will be useful to @Robert Valentino too, that posted this thread (if him don't found an answer):
https://www.b4x.com/android/forum/threads/clsexplorer-without-doevents.88865/
Thanks in advance for any tips.
https://www.b4x.com/android/forum/threads/class-file-explorer-with-visualization.19003/
to use Sleep(0) instead the DoEvents.
I'm stopped in this part of the code, because if I use Sleep(0) (or 100 or 1000) don't works.
B4X:
Do While WaitUntilOK
' Main loop - we wait until the OK btn is pressed or the back key is used
DoEvents
Loop
https://www.b4x.com/android/forum/threads/clsexplorer-without-doevents.88865/
Thanks in advance for any tips.