[squeak-dev] How to catch #inform: messages?

Igor Stasenko siguctua at gmail.com
Tue Mar 4 07:59:33 UTC 2008


or even you may try the same, but without need in creating a class:

oldMethod := MorphicUIManager methodDictionary at: #inform:
MorphicUIManager compileSilently: 'inform: aMessage  "do nothing"'
classified: 'dumb'.

.. run your code..

MorpicUIManager addSelectorSilently: #inform: withMethod: oldMethod


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list