[squeak-dev] MessageNotUnderstood: OBTextMorphWithShout>>handleInteraction:

Giuseppe Luigi Punzi Ruiz glpunzi at lordzealon.com
Sun Aug 16 08:32:42 UTC 2009


This MNU throws once last eCompletion is loaded, and try to write in  
any text morph.

I'm not sure, but, I think the problem is in

TextMorph>>keyStroke:

And the affected change is:
the line with:
	self
		handleInteraction: [editor readKeyboard]
		fromEvent: evt.

changed to:
		self
		handleInteraction: [editor keystroke: evt].


This errors, must be placed on Mantis?

Cheers.		


-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqueakDebug.log
Type: application/octet-stream
Size: 4539 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090816/c5ee59c8/SqueakDebug.obj
-------------- next part --------------




Giuseppe Luigi Punzi Ruiz
Blog: http://www.lordzealon.com
Twitter & Skype & GoogleTalk accounts: glpunzi







More information about the Squeak-dev mailing list