printString and "not indexable"???

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Sun Oct 22 09:49:42 UTC 2000


On Sun, 22 Oct 2000 jchludzinski at worldkey.net wrote:

> Dan Ingalls wrote:
> >You will get more help from this list if you paste the contents of
> >SqueakDebug.log into such an error report.

Okay. I would expect you forgot the return arrow there ... To be sure we
still need your printString method. Besides, you should not reimplement
printString but rather printOn: .

Besides

> Here it is:
> 
> 22 October 2000 12:33:33 am
> Error: Events are not indexable
> Event(Object)>>error:
> Event(Object)>>errorNotIndexable
> Event(Object)>>size
> String(SequenceableCollection)>>copyReplaceFrom:to:with:
> String(SequenceableCollection)>>,
> ObjectExplorerWrapper>>asString
> IndentingListItemMorph>>initWithContents:prior:forList:
> [] in SimpleHierarchicalListMorph>>addSubmorphsAfter:fromCollection:allowSorting:
> OrderedCollection>>do:
> SimpleHierarchicalListMorph>>addSubmorphsAfter:fromCollection:allowSorting:
> IndentingListItemMorph>>toggleExpandedState
> SimpleHierarchicalListMorph>>mouseDown:onItem:
> EventHandler>>send:to:withEvent:fromMorph:
> EventHandler>>click:fromMorph:
> EventHandler>>mouseDown:fromMorph:
> IndentingListItemMorph(Morph)>>mouseDown:
> IndentingListItemMorph(StringMorph)>>mouseDown:
> HandMorph>>handleMouseDown:
> HandMorph>>handleEvent:
> HandMorph>>processEvents
> [] in PasteUpMorph>>doOneCycleNow
> Array(SequenceableCollection)>>do:
> PasteUpMorph>>handsDo:
> PasteUpMorph>>doOneCycleNow
> PasteUpMorph>>doOneCycle
> [] in Project>>spawnNewProcess
> [] in BlockContext>>newProcess
> 
> 
> ---John
> 
> 
> 

-- Bert





More information about the Squeak-dev mailing list