Android Question FileSelect library error message

prokli

Active Member
Licensed User
Longtime User
Hi!
I am using the "FileSelect" library as provided by Margret.
Works fine but whenever I press the "Up One Level" on root level (/mnt)
I get an error message (….index out of boundary…..).
My code is very simple and I therefore don't think that I did anything wrong:

Dim fs As FileSelect
fs.Initialize(Activity, Me, False, 1%x, 6%y,100%,96%y)


Sub FileSelected(……….)
.........
End Sub
 
Top