welu1805 Active Member Licensed User Longtime User Sep 6, 2015 #1 Hi all, I want to use the FileDialog to select a certain folder (ShowOnlyFolders = True). How can I show the selected folder in the edit field above the folder box? If I select a folder this field stays empty. Thanks hor help.
Hi all, I want to use the FileDialog to select a certain folder (ShowOnlyFolders = True). How can I show the selected folder in the edit field above the folder box? If I select a folder this field stays empty. Thanks hor help.
Erel B4X founder Staff member Licensed User Longtime User Sep 6, 2015 #2 You cannot change the behavior of this dialog as it is implemented in the library code. You can use this class instead: https://www.b4x.com/android/forum/threads/class-file-explorer-with-visualization.19003/#content Upvote 0
You cannot change the behavior of this dialog as it is implemented in the library code. You can use this class instead: https://www.b4x.com/android/forum/threads/class-file-explorer-with-visualization.19003/#content