[BUG] PDAMorph Problem

Alexander at Lazarevic.de Alexander at Lazarevic.de
Sat May 15 13:58:45 UTC 2004


Open ObjectsMorph, go to category Useful and get this MNU.

Alex

15 May 2004 3:54:33 pm

VM: Win32 - a SmalltalkImage
Image: Squeak3.7beta [latest update: #5905]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir C:\Dokumente und Einstellungen\Alexander Lazarevic\Eigene
Dateien\Smalltalk\Squeak
Trusted Dir C:\Dokumente und Einstellungen\Alexander Lazarevic\Eigene
Dateien\Smalltalk\Squeak\Alexander Lazarevic
Untrusted Dir C:\My Squeak\Alexander Lazarevic

SmallInteger(Object)>>doesNotUnderstand: #start
	Receiver: 5
	Arguments and temporary variables: 
		aMessage: 	start
	Receiver's instance variables: 
5

Month(Timespan)>>=
	Receiver: April 2004
	Arguments and temporary variables: 
		comparand: 	5
	Receiver's instance variables: 
		start: 	2004-04-01T00:00:00+00:00
		duration: 	30:00:00:00

[] in WeekMorph>>initializeDays: {[:each |  tile := (self tileLabeled:
each dayOfMonth printString)     extent...]}
	Arguments and temporary variables: 
		modelOrNil: 	a PDA
		extent: 	23 at 19
		days: 	an OrderedCollection()
		tile: 	a SimpleSwitchMorph(3112)
		each: 	25 April 2004

Week(Timespan)>>do:with:when:
	Receiver: a Week starting: 2004-04-25T00:00:00+00:00
	Arguments and temporary variables: 
		aBlock: 	[] in WeekMorph>>initializeDays: {[:each |  tile := (self
tileLabeled: each dayOfMonth printString)     extent...]}...etc...
		aFirstElement: 	25 April 2004
		aConditionBlock: 	[] in Week(Timespan)>>do:with: {[:t | true]}
		element: 	25 April 2004
		end: 	2004-05-01T23:59:59999999999+00:00
	Receiver's instance variables: 
		start: 	2004-04-25T00:00:00+00:00
		duration: 	7:00:00:00


--- The full stack ---
SmallInteger(Object)>>doesNotUnderstand: #start
Month(Timespan)>>=
[] in WeekMorph>>initializeDays: {[:each |  tile := (self tileLabeled:
each dayOfMonth printString)     extent...]}
Week(Timespan)>>do:with:when:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Week(Timespan)>>do:with:
Week(Timespan)>>datesDo:
WeekMorph>>initializeDays:
WeekMorph>>week:month:model:
WeekMorph>>initializeForWeek:month:tileRect:model:
WeekMorph class>>newWeek:month:tileRect:model:
[] in MonthMorph>>initializeWeeks {[:w | weeks   add: (WeekMorph    
newWeek: w     month: month     tileRect: ...]}
Month(Timespan)>>do:with:when:
Month(Timespan)>>do:with:
Month(Timespan)>>weeksDo:
MonthMorph>>initializeWeeks
MonthMorph>>month:
MonthMorph>>initialize
MonthMorph class>>newWithModel:
PDA>>openAsMorphIn:
PDAMorph>>initialize
PDAMorph(Morph)>>initializeToStandAlone
PDAMorph>>initializeToStandAlone
PDAMorph class(Morph class)>>newStandAlone
[] in PartsBin class>>thumbnailForQuad: {[formToThumbnail := (aQuint
size >= 5      and: [aQuint fifth notNil])     i...]}
Dictionary>>at:ifAbsent:
PartsBin class>>thumbnailForQuad:
[] in PartsBin>>listDirection:quadList: {[:tuple |  aClass := Smalltalk
at: tuple first.  aButton := IconicButton new...]}
SortedCollection(OrderedCollection)>>do:
PartsBin>>listDirection:quadList:
ObjectsTool>>installQuads:fromButton:
ObjectsTool>>showCategory:fromButton:
[] in SimpleButtonMorph>>doButtonAction {[target perform: actionSelector
withArguments: arguments]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
SimpleButtonMorph>>doButtonAction
SimpleButtonMorph>>mouseDown:
SimpleButtonMorph(Morph)>>handleMouseDown:
MouseButtonEvent>>sentTo:
SimpleButtonMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
SimpleButtonMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
AlignmentMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
ObjectsTool(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchMouseDown: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: {[:h |  ActiveHand := h.  h
processEvents.  capturingGesture := capturingGest...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
-- and more not shown --



More information about the Squeak-dev mailing list