[BUG]UndefinedObject(Object)>>doesNotUnderstand: #containsPoint:

MAILER-DAEMON at unibe.ch MAILER-DAEMON at unibe.ch
Sat Mar 6 20:22:29 UTC 2004


in 3.6, I get that when I used the turtle nathanael developed. the sar
is available 
on http://kilana.unibe.ch:9090/caroandbot/

What is really strange is that  aMorph is the world when I inspect
in the debugger I get an object, when I execute aMorph fullBounds I
get a rectangle and this rectangle executes perfectly the code.

My impression is that this is always this mac bug that nathanael was
tracking
and that I reported again some days ago. May be it would be good to try
to 
get it. This is annoying and really a problem for my book in the long
turn
because if the environment is unstable I will have to say that this is
not working
on mac. 






6 March 2004 9:16:58 pm

VM: Mac OS - Squeak3.7alpha of 11 September 2003 [latest update: #5707]
Squeak VM 3.7.2b1
Image: Squeak3.6 [latest update: #5424]

UndefinedObject(Object)>>doesNotUnderstand: #containsPoint:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #containsPoint: and arguments:
#(301 at 671)
	Receiver's instance variables: 
nil

MorphicEventDispatcher>>dispatchDefault:with:
	Receiver: a MorphicEventDispatcher
	Arguments and temporary variables: 
		anEvent: 	[301 at 671 301 at 671 mouseMove 2386186]
		aMorph: 	a PasteUpMorph(652) [world]
		localEvt: 	nil
		index: 	nil
		child: 	nil
		morphs: 	nil
		inside: 	nil
	Receiver's instance variables: 
		lastType: 	#mouseMove
		lastDispatch: 	#dispatchDefault:with:

MorphicEventDispatcher>>dispatchEvent:with:
	Receiver: a MorphicEventDispatcher
	Arguments and temporary variables: 
		anEvent: 	[301 at 671 301 at 671 mouseMove 2386186]
		aMorph: 	a PasteUpMorph(652) [world]
	Receiver's instance variables: 
		lastType: 	#mouseMove
		lastDispatch: 	#dispatchDefault:with:

PasteUpMorph(Morph)>>processEvent:using:
	Receiver: a PasteUpMorph(652) [world]
	Arguments and temporary variables: 
		anEvent: 	[301 at 671 301 at 671 mouseMove 2386186]
		defaultDispatcher: 	a MorphicEventDispatcher
	Receiver's instance variables: 
		bounds: 	0 at 0 corner: 1280 at 854
		owner: 	nil
		submorphs: 	#(a FlapTab< Advanced >(2461) " Advanced " a FlapTab<Bot
the Robot>(...etc...
		fullBounds: 	0 at 0 corner: 1280 at 854
		color: 	Color white
		extension: 	a MorphExtension (3745) [other:  (dropEnabled -> true)
(clipSubmorph...etc...
		borderWidth: 	0
		borderColor: 	(Color r: 0.861 g: 1.0 b: 0.722)
		presenter: 	a Presenter (2141)
		model: 	nil
		cursor: 	1
		padding: 	3
		backgroundMorph: 	nil
		turtleTrailsForm: 	Form(1280x854x8)
		turtlePen: 	a Pen
		lastTurtlePositions: 	nil
		isPartsBin: 	nil
		autoLineLayout: 	nil
		indicateCursor: 	nil
		resizeToFit: 	nil
		wantsMouseOverHalos: 	false
		worldState: 	a WorldState
		griddingOn: 	nil


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #containsPoint:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
PasteUpMorph(Morph)>>processEvent:using:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PasteUpMorph>>processEvent:using:
PasteUpMorph(Morph)>>processEvent:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
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