[squeak-dev] [BUG] ProportionalSplitterMorph dnu panelRect

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Wed Mar 3 08:48:29 UTC 2010


Skipped content of type multipart/alternative-------------- next part --------------
MessageNotUnderstood: UndefinedObject>>panelRect
3 March 2010 6:39:52.792 am

VM: Mac OS - a SmalltalkImage
Image: Squeak3.11alpha [latest update: #9553]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /Users/edgar/SqueakDevelop/imagesZip/MinimalMorphic.7246
Trusted Dir /foobar/tooBar/forSqueak/bogus
Untrusted Dir /Users/edgar/Library/Preferences/Squeak/Internet/My Squeak

UndefinedObject(Object)>>doesNotUnderstand: #panelRect
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	panelRect
		exception: 	MessageNotUnderstood: UndefinedObject>>panelRect
		resumeValue: 	nil
	Receiver's instance variables: 
nil
ProportionalSplitterMorph>>bottomBoundary
	Receiver: a ProportionalSplitterMorph(2429)
	Arguments and temporary variables: 
		splitter: 	nil
		morphs: 	an OrderedCollection(a PluggableTextMorph(390))
	Receiver's instance variables: 
		bounds: 	27 at 920 corner: 1851 at 924
		owner: 	an ArchiveViewer(2708)
		submorphs: 	#()
		fullBounds: 	27 at 920 corner: 1851 at 924
		color: 	Color transparent
		extension: 	a MorphExtension (1513) [locked]  [other:  (layoutProperties -> a La...etc...
		dotColor: 	Color white
		handleColor: 	Color lightGray
		lastMouse: 	938 at 922
		leftOrTop: 	an OrderedCollection(a PluggableListMorph(303))
		rightOrBottom: 	an OrderedCollection(a PluggableTextMorph(390))
		splitsTopAndBottom: 	true
		oldColor: 	nil
		traceMorph: 	a Morph(653)

ProportionalSplitterMorph>>normalizedY:
	Receiver: a ProportionalSplitterMorph(2429)
	Arguments and temporary variables: 
		y: 	688
	Receiver's instance variables: 
		bounds: 	27 at 920 corner: 1851 at 924
		owner: 	an ArchiveViewer(2708)
		submorphs: 	#()
		fullBounds: 	27 at 920 corner: 1851 at 924
		color: 	Color transparent
		extension: 	a MorphExtension (1513) [locked]  [other:  (layoutProperties -> a La...etc...
		dotColor: 	Color white
		handleColor: 	Color lightGray
		lastMouse: 	938 at 922
		leftOrTop: 	an OrderedCollection(a PluggableListMorph(303))
		rightOrBottom: 	an OrderedCollection(a PluggableTextMorph(390))
		splitsTopAndBottom: 	true
		oldColor: 	nil
		traceMorph: 	a Morph(653)

ProportionalSplitterMorph>>updateFromEvent:
	Receiver: a ProportionalSplitterMorph(2429)
	Arguments and temporary variables: 
		anEvent: 	[927 at 688 mouseUp 2634465]
		delta: 	nil
		selfTop: 	nil
		selfBottom: 	nil
		selfLeft: 	nil
		selfRight: 	nil
	Receiver's instance variables: 
		bounds: 	27 at 920 corner: 1851 at 924
		owner: 	an ArchiveViewer(2708)
		submorphs: 	#()
		fullBounds: 	27 at 920 corner: 1851 at 924
		color: 	Color transparent
		extension: 	a MorphExtension (1513) [locked]  [other:  (layoutProperties -> a La...etc...
		dotColor: 	Color white
		handleColor: 	Color lightGray
		lastMouse: 	938 at 922
		leftOrTop: 	an OrderedCollection(a PluggableListMorph(303))
		rightOrBottom: 	an OrderedCollection(a PluggableTextMorph(390))
		splitsTopAndBottom: 	true
		oldColor: 	nil
		traceMorph: 	a Morph(653)


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #panelRect
ProportionalSplitterMorph>>bottomBoundary
ProportionalSplitterMorph>>normalizedY:
ProportionalSplitterMorph>>updateFromEvent:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ProportionalSplitterMorph>>mouseUp:
ProportionalSplitterMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
ProportionalSplitterMorph(Morph)>>handleEvent:
ProportionalSplitterMorph(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
[] in PasteUpMorph>>becomeActiveDuring:
BlockClosure>>on:do:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
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 BlockClosure>>newProcess


More information about the Squeak-dev mailing list