Android Question Async file dialog for beginners

johnmie

Active Member
Licensed User
Longtime User
was trying to include a dialog for the user to select a (or create a new) directory to store downloaded files, but failed miserable.

Then purchased Wyken Seagrave's book but the only reference to file dialog I found does not mention async and throws a "too many parameters" error when compiling.

Can anyone help me, please?
Thank you, john m.
 

Star-Dust

Expert
Licensed User
Longtime User
I see that I can do it
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Check this:

filedialog.gif
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
For dummies :p:p
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Thank you Stardust for this prompt reply,
downloaded your library before and used it successfully with inputBox events. Even downloaded the latest version, but still cannot select just a folder, let alone create a new one.

Where did I go wrong?
john m.
I have updated my Library in version 0.06. Now you can select a folder and create one. You can not rename or delete a folder or file at this time
 
Upvote 0
Top