Re: [Gambas-user] question about Dialog.SelectDirectory()

2009-09-10 Thread Dimitris Anogiatis
It's not a stupid question Charlie, you can use the DirChooser control that's available in gb.form You can have a form with that control come up as modal (so you can't do anything else until you have chosen a directory and inside it you can put a dirchooser control you can get the selected path

[Gambas-user] question about Dialog.SelectDirectory()

2009-09-10 Thread Charlie Reinl
Salut Benoit, my be a very stupid question, but for what I'm looking for, is like the Dialog.SelectDirectory() but when I change into a folder/directory I would like to see also the files in that folder/directory. And as result the path to the folder/directory is returned. Reason: Choosing