[BUG] error deleting several EllipseMorph on World

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Fri Jul 25 12:58:48 UTC 2003


When I first delete the ImageMorph of my previous mail Re: User Map - [was
Re: link of the day] and then try to enclose all EllipseMorph with shift
click , I get the atached error.


Edgar

-------------- next part --------------
Halt
25 July 2003 9:42:59 am

VM: Mac OS - Squeak3.5 of '11 April 2003' [latest update: #5180] Squeak VM 3.5.2b1
Image: Squeak3.6beta [latest update: #5373]

SqueakersLocations(Object)>>halt
	Receiver: a SqueakersLocations(3255)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		bounds: 	0 at 0 corner: 800 at 508
		owner: 	a PasteUpMorph(558) [world]
		submorphs: 	#()
		fullBounds: 	0 at 0 corner: 800 at 508
		color: 	Color blue
		extension: 	nil
		image: 	ColorForm(800x508x8)
		ceroLat: 	254
		ceroLong: 	400
		externalData: 	nil

SqueakersLocations>>readExternal
	Receiver: a SqueakersLocations(3255)
	Arguments and temporary variables: 
		inputStream: 	StandardFileStream: 'Macintosh HD:Users:edgar:Public:SqueakDevelop...etc...
		newLine: 	' -34.55.53      -57.56.56       La Plata'
		parseLine: 	an OrderedCollection('-34.55.53' '-57.56.56' 'La' 'Plata')
		latitud: 	34
		longitud: 	57
		y: 	(15748/45)
		x: 	(820/3)
		e: 	an EllipseMorph(3905)
		t: 	' La Plata '
		signo: 	$-
		index: 	5
		indexLimiT: 	4
	Receiver's instance variables: 
		bounds: 	0 at 0 corner: 800 at 508
		owner: 	a PasteUpMorph(558) [world]
		submorphs: 	#()
		fullBounds: 	0 at 0 corner: 800 at 508
		color: 	Color blue
		extension: 	nil
		image: 	ColorForm(800x508x8)
		ceroLat: 	254
		ceroLong: 	400
		externalData: 	nil

SqueakersLocations>>initialize
	Receiver: a SqueakersLocations(3255)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		bounds: 	0 at 0 corner: 800 at 508
		owner: 	a PasteUpMorph(558) [world]
		submorphs: 	#()
		fullBounds: 	0 at 0 corner: 800 at 508
		color: 	Color blue
		extension: 	nil
		image: 	ColorForm(800x508x8)
		ceroLat: 	254
		ceroLong: 	400
		externalData: 	nil

SqueakersLocations class(Morph class)>>new
	Receiver: SqueakersLocations
	Arguments and temporary variables: 

	Receiver's instance variables: 
		superclass: 	ImageMorph
		methodDict: 	a MethodDictionary(#initialize->a CompiledMethod (1865) #readExtern...etc...
		format: 	150
		instanceVariables: 	#('ceroLat' 'ceroLong' 'externalData')
		organization: 	('initialization' initialize readExternal)

		subclasses: 	nil
		name: 	#SqueakersLocations
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil


--- The full stack ---
SqueakersLocations(Object)>>halt
SqueakersLocations>>readExternal
SqueakersLocations>>initialize
SqueakersLocations class(Morph class)>>new
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
[] in TextMorphEditor(ParagraphEditor)>>evaluateSelection
BlockContext>>on:do:
TextMorphEditor(ParagraphEditor)>>evaluateSelection
TextMorphEditor(ParagraphEditor)>>doIt
[] in TextMorphEditor(ParagraphEditor)>>doIt:
TextMorphEditor(Controller)>>terminateAndInitializeAround:
TextMorphEditor(ParagraphEditor)>>doIt:
TextMorphEditor(ParagraphEditor)>>dispatchOnCharacter:with:
TextMorphEditor>>dispatchOnCharacter:with:
TextMorphEditor(ParagraphEditor)>>readKeyboard
TextMorphEditor>>readKeyboard
[] in TextMorphForEditView(TextMorph)>>keyStroke:
TextMorphForEditView(TextMorph)>>handleInteraction:fromEvent:
TextMorphForEditView>>handleInteraction:fromEvent:
TextMorphForEditView(TextMorph)>>keyStroke:
TextMorphForEditView>>keyStroke:
TextMorphForEditView(TextMorph)>>handleKeystroke:
KeyboardEvent>>sentTo:
TextMorphForEditView(Morph)>>handleEvent:
TextMorphForEditView(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendKeyboardEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess


More information about the Squeak-dev mailing list