[BUG] Navigator button Find any file in OSX

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sat Sep 25 13:16:10 UTC 2004


Can any Mac OSX users confirm this ?
In Navigator , press FIND button for select any file.
Works fine in Mac 9.2.

Edgar

-------------- next part --------------
Error: this collection is empty
25 September 2004 10:06:54 am

VM: Mac OS - a SmalltalkImage
Image: Squeak3.7 [latest update: #5988]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir Macintosh HD:Users:edgar:Public:SqueakDevelop
Trusted Dir Macintosh HD:Users:edgar:Public:SqueakDevelop
Untrusted Dir foobar:tooBar:forSqueak:bogus

OrderedCollection(Object)>>error:
	Receiver: an OrderedCollection()
	Arguments and temporary variables: 
		aString: 	'this collection is empty'
	Receiver's instance variables: 
		array: 	#(nil nil nil nil nil nil nil nil nil nil)
		firstIndex: 	3
		lastIndex: 	2

OrderedCollection(Collection)>>errorEmptyCollection
	Receiver: an OrderedCollection()
	Arguments and temporary variables: 

	Receiver's instance variables: 
		array: 	#(nil nil nil nil nil nil nil nil nil nil)
		firstIndex: 	3
		lastIndex: 	2

OrderedCollection(SequenceableCollection)>>last
	Receiver: an OrderedCollection()
	Arguments and temporary variables: 
		size: 	0
	Receiver's instance variables: 
		array: 	#(nil nil nil nil nil nil nil nil nil nil)
		firstIndex: 	3
		lastIndex: 	2

[] in FileList2 class>>enableTypeButtons:info:forDir: {[:each | (each findTokens: '.') last asLowercase]}
	Arguments and temporary variables: 
		typeButtons: 	an OrderedCollection(an AlignmentMorph(2440) an AlignmentMorph(372...etc...
		fileTypeInfo: 	an OrderedCollection(#('Art' a Set('png' 'jpeg' 'bmp' 'xbm' 'pcx'...etc...
		aDirectory: 	MacHFSPlusFileDirectory on 'Macintosh HD:Users:edgar:Public:SqueakD...etc...
		foundSuffixes: 	nil
		fileSuffixes: 	nil
		firstEnabled: 	nil
		enableIt: 	nil
		each: 	''
		info: 	nil
		button: 	nil
		patt: 	nil


--- The full stack ---
OrderedCollection(Object)>>error:
OrderedCollection(Collection)>>errorEmptyCollection
OrderedCollection(SequenceableCollection)>>last
[] in FileList2 class>>enableTypeButtons:info:forDir: {[:each | (each findTokens: '.') last asLowercase]}
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Array(SequenceableCollection)>>collect:
FileList2 class>>enableTypeButtons:info:forDir:
[] in FileList2 class>>morphicViewGeneralLoaderInWorld: {[:newDir | self   enableTypeButtons: fileTypeButtons   info: fileTypeInfo   ...]}
FileList2>>directory:
FileList2 class>>morphicViewGeneralLoaderInWorld:
ProjectNavigationMorph>>findAnything
[] in ProjectNavigationMorph>>doFindButtonMenuEvent: {[self findAnything]}
ProjectNavigationMorph>>doFindButtonMenuEvent:
ProjectNavigationMorph>>showMenuFor:event:
SimpleButtonDelayedMenuMorph>>mouseStillDown:
SimpleButtonDelayedMenuMorph(Morph)>>handleMouseStillDown:
StepMessage(MessageSend)>>value
StepMessage(MorphicAlarm)>>value:
WorldState>>runLocalStepMethodsIn:
WorldState>>runStepMethodsIn:
PasteUpMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor terminateActive]}


More information about the Squeak-dev mailing list