Windows browser that's enabled for multi-selection?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Windows browser that's enabled for multi-selection?

Karyn Hurley
This post was updated on .
The Dialog class in VW Smalltalk has methods that allows a user to make a single file selection...  are there any parcels or goodies that enable a file explorer that give the user the ability to make multiple file selections?    
Karyn Hurley
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Windows browser that's enabled for multi-selection?

Mark Pirogovsky-3

Dialog
                                requestFileNameWithMessage: (#openPDFfiles << #Dialogs
                                                >> 'Select PDF Files') asString
                                default: '*.PDF'
                                version: #multipleOld
                                ifFail: ['']
                                for: nil

karynh wrote:
> The Dialog class in VW Smalltalk has methods that allows a user to make a
> single file selection...  are there any parcels or goodies that enable a
> file explorer that give the user the ability to make multiple file
> selections?    
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc