Re: Question about FileChooserDialog

2006-11-17 Thread Paul Davis
On Fri, 2006-11-17 at 17:08 +0100, [EMAIL PROTECTED] wrote: > > On Fri, 17 Nov 2006 13:21:08 +0100 Murray Cumming wrote: > >> What's the recommended way to present a dialog to > >> the user which allows the user to select several > >> file names? FileChooserDialog seems to allow > >> selection of

Re: Question about FileChooserDialog

2006-11-17 Thread Murray Cumming
On Fri, 2006-11-17 at 17:08 +0100, [EMAIL PROTECTED] wrote: > > On Fri, 17 Nov 2006 13:21:08 +0100 Murray Cumming wrote: > >> What's the recommended way to present a dialog to > >> the user which allows the user to select several > >> file names? FileChooserDialog seems to allow > >> selection of

Re: Question about FileChooserDialog

2006-11-17 Thread roger
On Fri, 17 Nov 2006 13:21:08 +0100 Murray Cumming wrote: >> What's the recommended way to present a dialog to >> the user which allows the user to select several >> file names? FileChooserDialog seems to allow >> selection of only one filename. > >Many interesting methods are in the FileChooser b

Re: Question about FileChooserDialog

2006-11-17 Thread Murray Cumming
On Fri, 2006-11-17 at 13:04 +0100, Roger wrote: > What's the recommended way to present a dialog to > the user which allows the user to select several > file names? FileChooserDialog seems to allow > selection of only one filename. Many interesting methods are in the FileChooser base class. For i

Question about FileChooserDialog

2006-11-17 Thread Roger
What's the recommended way to present a dialog to the user which allows the user to select several file names? FileChooserDialog seems to allow selection of only one filename. There's a class called FileSelection which seems to allow selection of multiple filenames but in the documentation for this