[squeak-dev] File Seection question

Gary Chambers gazzaguru2 at btinternet.com
Wed Mar 26 17:46:39 UTC 2008


There's always the UI Enhancements... with the FileDialogWindow. Quite
configurable.
  -----Original Message-----
  From: squeak-dev-bounces at lists.squeakfoundation.org
[mailto:squeak-dev-bounces at lists.squeakfoundation.org]On Behalf Of Javier
Reyes
  Sent: 26 March 2008 5:36 PM
  To: The general-purpose Squeak developers list
  Subject: [squeak-dev] File Seection question


  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/5b96da05/attachment.htm


More information about the Squeak-dev mailing list