Hmm, you can compile a method with Behavior>>#compile:notifying:
and send an observer implementing:
#notify:at:in:
and some other stuff like #selection #deselect...
That way you can capture the errors...
Guille
Hello,i want to add some scripting capabilities to my app, and I wand to use plain smalltalk for that. The only problem is that I still haven't found a way to generate a compiled which would return a string describing a problem in case a syntax errors. Can I get some help?--
Milan Mimica