I have an application compiled with B4A version 7.01 where I use:
- Dim fd as fileDialog
----
fd.FastScroll = True
fd.FilePath = File.Combine(File.DirInternal,"")
fd.FileFilter = ".pl"
Main.resp = fd.Show("Choose the model", "Edit", "Cancel", "", Null)
....
If I compile with the SDK 19 all the files in the directory are listed.
If I compile with the SDK 27 no directory file is listed.
Same behavior with versions 3.0 and 4.01 of dialogs
Any suggestions?
- Dim fd as fileDialog
----
fd.FastScroll = True
fd.FilePath = File.Combine(File.DirInternal,"")
fd.FileFilter = ".pl"
Main.resp = fd.Show("Choose the model", "Edit", "Cancel", "", Null)
....
If I compile with the SDK 19 all the files in the directory are listed.
If I compile with the SDK 27 no directory file is listed.
Same behavior with versions 3.0 and 4.01 of dialogs
Any suggestions?
Last edited: