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
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
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
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
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