[squeak-dev] File Seection question

Javier Reyes jreyes at virtual-fashion.com
Wed Mar 26 17:36:12 UTC 2008


Hello All,

I need a file selection dialog , but when using FileList, FileList2 o
FileChooser, I get a list of remote sites like Squeakland, SuperSwiki, or
Squeak related ftp sites that have no meaning for the users of my app. How
can I get rid of that ?

What I use now (from FileChooser example1):

| fc stream |
    fc := FileChooser new.
    fc initalizeAsDialogBox.
    stream := fc open.


Thanks in advance,

                                 Javier Reyes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20080326/6dd3bd2c/attachment.htm


More information about the Squeak-dev mailing list