MessageNotUnderstood: MtTrait>>mouseDown:

Martin Drautzburg martin.drautzburg at web.de
Tue Sep 2 09:54:36 UTC 2003


Martin Drautzburg <martin.drautzburg at web.de> writes:

> 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 ?

For some reason everything is back to normal if a accept #mouseDown:
in the Trait class again.



More information about the Squeak-dev mailing list