> Is there a way to select both files and folders in Dialog? I want to select > multi items in a folder no distinguish that they're file or folder.
You must use a FileChooser with "ShowDirectory = True" and "Multi = True", in Gambas 3. But apparently that does not work with gb.gtk, as the gb.gtk is a bit broken. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
