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>