-
Notifications
You must be signed in to change notification settings - Fork 139
No path return when I use DIR_SELECT #2
Comments
Can you see check boxes for selecting directories? |
I think you might have forgotten to set fileselectlistener to the dialog |
I have set the listener, and I cannot get any value for the listener callback. If I use DIR_SELECT I cannot even see checkbox. And I cannot even change my root dir. |
You have not setProperties of dialog either through constructor or functions. Which is the reason why you are getting default configurations.... |
I have updated my problem. |
Is there any sub directory in '/sdcard/facedetect' directory? and does '/sdcard/face' directory exist? |
Yes, it exist. |
Is facedetect empty? |
In my demo, fecedetect is not empty. Can I get the root folder path I choose in call function? Or I can only get the file path I choose? |
OK, I got it. If I choose to set the root, I cannot go up to it's parent folder. I have solved it. And I can only get the path I choose using the checkbox. I was thinking that if I didn't choose anything, the lib will return the root folder path. And by the way, really thanks for your work. |
I have these config:
I have noticed that if I use
DIR_SELECT
, I cannot get the path fromString[] files
. Following is the screenshotThe text was updated successfully, but these errors were encountered: