MessageNotUnderstood: MtTrait>>mouseDown:

Martin Drautzburg martin.drautzburg at web.de
Fri Aug 29 18:40:04 UTC 2003


This happens in
mouseDown: evt 
	evt shiftPressed not & evt yellowButtonPressed
		ifTrue: [^ self invokeMenu: evt].
	(super respondsTo: #mouseDown:)
		ifTrue: [super mouseDown: evt]

the #mouseDown: methon in inherited from a Trait. The class in
question is a subclass of SystemWindow which *does* respond to
#mouseDown. 

What is happening here ?



More information about the Squeak-dev mailing list