<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=468564417-26032008><FONT face=Arial color=#0000ff 
size=2>There's always the UI Enhancements... with the FileDialogWindow. Quite 
configurable.</FONT></SPAN></DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  squeak-dev-bounces@lists.squeakfoundation.org 
  [mailto:squeak-dev-bounces@lists.squeakfoundation.org]<B>On Behalf Of 
  </B>Javier Reyes<BR><B>Sent:</B> 26 March 2008 5:36 PM<BR><B>To:</B> The 
  general-purpose Squeak developers list<BR><B>Subject:</B> [squeak-dev] File 
  Seection question<BR><BR></FONT></DIV>Hello All,<BR><BR>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 ? 
  <BR><BR>What I use now (from FileChooser example1):&nbsp;&nbsp;&nbsp; 
  <BR><BR>| fc stream |<BR>&nbsp;&nbsp;&nbsp; fc := FileChooser 
  new.<BR>&nbsp;&nbsp;&nbsp; fc initalizeAsDialogBox.<BR>&nbsp;&nbsp;&nbsp; 
  stream := fc open.<BR><BR><BR>Thanks in 
  advance,<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  Javier Reyes<BR></BLOCKQUOTE></BODY></HTML>