MenuMorph callback

Bergel Alexandre bergel at iam.unibe.ch
Fri Jun 28 22:20:19 UTC 2002


Hello,

I do not understand, I have defined :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
MyClass>>getMenu: aMenu
	aMenu defaultTarget: self.
	aMenu
		add: 'showdependancies'
		target: self
		selector: #showDependancies.
	^ aMenu
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

And when I press the item in my menu, I have a message not understood #showDependancies for the PluggableListMorph related.
Of course, I have defined the method MyClass>>showDependancies

If anyone has a suggestion...

Regards,
Alexandre


-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._
Bergel Alexandre  http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^



More information about the Squeak-dev mailing list