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

Alexander Lazarevic Alexander at Lazarevic.de
Wed Jan 28 18:36:40 UTC 2004


Open a RowMorph (eg. Objects Browser>Presentation>Row) and chose from
the halo menu "layout>table layout>cell spacing>globalRect". This yields
the DNU.
After that try to select the menu item "layout>table layout>cell
inset..." and have
fun with the emergency evaluator.

Alex

28 January 2004 6:37:38 pm

VM: Win32 - Squeak3.6 of '6 October 2003' [latest update: #5424]
Image: Squeak3.7alpha [latest update: #5423]

UndefinedObject(Object)>>doesNotUnderstand: #anyMask:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #anyMask: and
arguments: #(1)
	Receiver's instance variables: 
nil

LayoutCell>>hSpaceFill
	Receiver: a LayoutCell
	Arguments and temporary variables: 

	Receiver's instance variables: 
		target: 	nil
		cellSize: 	1073741760 at 96
		extraSpace: 	nil
		flags: 	nil
		nextCell: 	a LayoutCell

[] in TableLayout>>computeExtraSpacing:in:horizontal:target:
	Arguments and temporary variables: 
		arrangement: 	#(a LayoutCell)
		newBounds: 	66 at 261 corner: 378 at 357
		aBool: 	true
		aMorph: 	an AlignmentMorph<Row>(180)
		extent: 	312 at 96
		extra: 	nil
		centering: 	nil
		n: 	nil
		extraPerCell: 	nil
		cell: 	nil
		last: 	nil
		hFill: 	false
		vFill: 	false
		max: 	1073741760 at 96
		amount: 	nil
		allow: 	nil
		c: 	a LayoutCell
		sum: 	nil
		cc: 	nil
		i: 	nil
		iLimiT: 	nil

Array(SequenceableCollection)>>do:
	Receiver: #(a LayoutCell)
	Arguments and temporary variables: 
		aBlock: 	[] in
TableLayout>>computeExtraSpacing:in:horizontal:target:
		index: 	1
		indexLimiT: 	1
	Receiver's instance variables: 
#(a LayoutCell)


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #anyMask:
LayoutCell>>hSpaceFill
[] in TableLayout>>computeExtraSpacing:in:horizontal:target:
Array(SequenceableCollection)>>do:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TableLayout>>computeExtraSpacing:in:horizontal:target:
TableLayout>>layout:in:
AlignmentMorph(Morph)>>doLayoutIn:
[] in AlignmentMorph(Morph)>>fullBounds
BlockContext>>on:do:
AlignmentMorph(Morph)>>fullBounds
[] in PasteUpMorph(Morph)>>submorphBounds
Array(SequenceableCollection)>>do:
PasteUpMorph(Morph)>>submorphBounds
PasteUpMorph(Morph)>>privateFullBounds
PasteUpMorph(Morph)>>doLayoutIn:
[] in PasteUpMorph(Morph)>>fullBounds
BlockContext>>on:do:
PasteUpMorph(Morph)>>fullBounds
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
PasteUpMorph(Morph)>>processEvent:using:
PasteUpMorph>>processEvent:using:
PasteUpMorph(Morph)>>processEvent:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
MouseOverHandler>>processMouseOver:
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