2.2 Tiny fix for text links in Morphic

David Mitchell david_mitchell at my-dejanews.com
Fri Sep 18 17:08:26 UTC 1998


When I click on text links in Morphic, I get a walkback: Message not understood: linkMethod:. Since link method is on Model and TextMorphEditor is a subclass of Controller, I added a method on Controller to send the message to its model.



'From Squeak 2.2beta of Sept 16, 1998 on 18 September 1998 at 11:58:08 am'!

!Controller methodsFor: 'text links' stamp: 'mitchell at sky.net 9/18/1998 11:54'!
linkMethod: classAndMethod
	^self model linkMethod: classAndMethod! !



-----== Sent via Deja News, The Discussion Network ==-----
http://www.dejanews.com/  Easy access to 50,000+ discussion forums





More information about the Squeak-dev mailing list