Hi Alex,
I just noticed this method:
MOEasel>>method ^ MOEasel >> #method
Obviously you need it for something because you just changed it, but I cannot figure out what its role is :). Could you explain it?
Cheers, Doru
-- www.tudorgirba.com
"What is more important: To be happy, or to make happy?"
Yes, it is to make the MOEasel behave as the context needed by the compiler. The goal is to bind #view to the MOViewRenderer.
The previous version of method was: "^ self class >> #method". But this does not work if I subclass MOViewRenderer (we need it for Calder).
Cheers, Alexandre
On 17 Feb 2011, at 11:21, Tudor Girba wrote:
Hi Alex,
I just noticed this method:
MOEasel>>method ^ MOEasel >> #method
Obviously you need it for something because you just changed it, but I cannot figure out what its role is :). Could you explain it?
Cheers, Doru
-- www.tudorgirba.com
"What is more important: To be happy, or to make happy?"