Android Question MaterialDialogs - enhancement request

Misterbates

Active Member
Licensed User
Apologies, wasn't sure of the best way to request an enhancement to the MaterialDialogs library https://www.b4x.com/android/forum/threads/material-dialogs-make-your-dialogs-nice.76687/

I'm using the FolderChooserDialog and would like the possibility to limit the folder selection to the folders at or below a specific folder path, perhaps by being able to set a folder path as the "root" for the dialog, so that the dialog shows folder names (in the title) with the "root" removed, and when the dialog is showing the root folder, it shouldn't offer ".." as a folder that can be chosen. It should still pass the full path to the DialogManager_FolderSelected event, but from a user experience perspective, it would look as if there were no folders below the root.

Would this be possible?

If not, I guess I'll have to invest the time to extend the custom dialog - any recommendations about the simplest way to achieve this?

Thanks!
 
Top