[FIX] [BUG] paneColor error in StarBrowser

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Mon May 26 15:16:03 UTC 2003


Ned:

When you are back, see if following fix are right.
paneColor error go away with this.

'From Squeak3.6alpha of ''17 March 2003'' [latest update: #5240] on 26 May
2003 at 12:11:40 pm'!

!SubWindow methodsFor: 'panes' stamp: 'edc 5/26/2003 12:04'!
paneColor
    ^owner ifNotNil: [ owner paneColor]! !

Thanks.

Edgar

-------------- next part --------------
MessageNotUnderstood: paneColor
26 May 2003 11:48:31 am

VM: Mac OS - Squeak3.5alpha of '7 January 2003' [latest update: #5169] Squeak VM 3.5.0b3
Image: Squeak3.6alpha [latest update: #5240]

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

	Receiver's instance variables: 
		bounds: 	282 at 76 corner: 699 at 416
		owner: 	nil
		submorphs: 	#()
		fullBounds: 	nil
		color: 	Color transparent
		extension: 	a MorphExtension (2120) [eventHandler = an EventHandler; mouseEnterS...etc...
		borderWidth: 	0
		borderColor: 	#inset
		model: 	nil
		slotName: 	nil
		open: 	false
		labelString: 	'System Browser: ArchiveViewer'
		stripes: 	nil
		label: 	nil
		closeBox: 	nil
		collapseBox: 	nil
		activeOnlyOnTop: 	false
		paneMorphs: 	#()
		paneRects: 	nil
		collapsedFrame: 	nil
		fullFrame: 	181 at 58 corner: 598 at 398
		isCollapsed: 	false
		menuBox: 	nil
		mustNotClose: 	false
		labelWidgetAllowance: 	nil
		updatablePanes: 	#()
		allowReframeHandles: 	true
		labelArea: 	nil
		expandBox: 	nil

StarBrowser>>adoptBrowserWindow:
	Receiver: a StarBrowser
	Arguments and temporary variables: 
		win: 	a SystemWindow(3087)
		pane: 	nil
	Receiver's instance variables: 
		dependents: 	#(a SystemWindow(891) a SBHierarchicalListMorph(336))
		currentSelection: 	ClassificationItemWrapper(Change Sets (Additions) (18))
		myBrowser: 	a Browser
		root: 	Root (1)
		rootWrapper: 	ClassificationItemWrapper(Root (1))
		list: 	a SBHierarchicalListMorph(336)
		window: 	a SystemWindow(891)
		editorWindow: 	a SubWindow(3685)
		toolbar: 	a RectangleMorph(2339)
		listLayoutFrame: 	nil
		selectionButtons: 	an OrderedCollection()
		history: 	an OrderedCollection(Root (1))
		currentHistory: 	1

ItemEditor>>adoptBrowserWindow:
	Receiver: an ItemEditor
	Arguments and temporary variables: 
		win: 	a SystemWindow(3087)
	Receiver's instance variables: 
		starBrowser: 	a StarBrowser


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand:
SubWindow>>paneColor
StarBrowser>>adoptBrowserWindow:
ItemEditor>>adoptBrowserWindow:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ItemEditor>>buildFullBrowser
ItemEditor>>doIntentionalClassification:
IntentionalClassification>>itemActionFor:
StarBrowser>>itemSelectionChanged:
ClassificationItemWrapper(ListItemWrapper)>>sendSettingMessageTo:
StarBrowser(AbstractHierarchicalList)>>noteNewSelection:
SBHierarchicalListMorph(SimpleHierarchicalListMorph)>>setSelectedMorph:
[] in SBIndentingListItemMorphWithIcon(IndentingListItemMorph)>>openPath:
SBIndentingListItemMorphWithIcon(IndentingListItemMorph)>>withSiblingsDo:
SBIndentingListItemMorphWithIcon(IndentingListItemMorph)>>openPath:
[] in SBIndentingListItemMorphWithIcon(IndentingListItemMorph)>>openPath:
SBIndentingListItemMorphWithIcon(IndentingListItemMorph)>>withSiblingsDo:
SBIndentingListItemMorphWithIcon(IndentingListItemMorph)>>openPath:
SBHierarchicalListMorph(SimpleHierarchicalListMorph)>>update:
[] in StarBrowser(Object)>>changed:
DependentsArray>>do:
StarBrowser(Object)>>changed:
StarBrowser>>selectItem:
StarBrowser>>update:with:
[] in ExtentionalClassification(Object)>>changed:with:
DependentsArray>>do:
ExtentionalClassification(Object)>>changed:with:
ExtentionalClassification>>add:
StarBrowser>>addChangeSets
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
DumberMenuMorph(Morph)>>processEvent:using:
DumberMenuMorph(Morph)>>processEvent:
DumberMenuMorph(MenuMorph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
...etc...


More information about the Squeak-dev mailing list