[BUG]3.6-5419 FileList>open fails to open a FileList

Andreas Raab andreas.raab at gmx.de
Wed Sep 10 18:08:05 UTC 2003


Apparently this isn't a bug. If you look at the world menu you'll see:

	Preferences useFileList2
		ifTrue: [ FileList2 morphicView openInWorld: myWorld ]
		ifFalse: [  FileList openAsMorph openInWorld: myWorld ]

Cheers,
  - Andreas


> -----Original Message-----
> From: squeak-dev-bounces at lists.squeakfoundation.org 
> [mailto:squeak-dev-bounces at lists.squeakfoundation.org] On 
> Behalf Of Tim Rowledge
> Sent: Wednesday, September 10, 2003 7:38 PM
> To: squeak-dev at lists.squeakfoundation.org
> Subject: [BUG]3.6-5419 FileList>open fails to open a FileList
> 
> 
> In a freshly download 5419 image I tried 'FileList open' and ... no
> window. A quick trace doesn't throw up any obvious bugs or exceptions,
> the method happily gets to the end having apparently built a system
> window. In an MVC project it works as well as ever so the 
> problem seems
> to be in the openAsMorph method. In fact simply adding a line 'window
> openInWorld' before the final '^window' _seems_ to make it work
> properly.
> 
> I realize that FileList2 is now the favoured UI but if FileList is
> still in the image we really ought to make it keep working.
> 
> tim
> --
> Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
> Strange OpCodes: CRN: Compare to Random Number
> 



More information about the Squeak-dev mailing list