Awesome. I’ve missed that somehow. While I’ve got a reply from you, can I ask one specific question?
As Roassal’s view is the main handle to control the visualisation, why can’t Roassal model use a View as a main property, and we have to use a script? The thing is that if you want to change something in the view on the go, it’s quite hard. Uko On 03 Jul 2014, at 12:42, Benjamin <benjamin.vanryseghem.ph...@gmail.com> wrote: > And you can also find some explanations here: > http://spec.st/docs/interpreter/#collect_the_data > > Ben > > On 03 Jul 2014, at 12:37, Yuriy Tymchuk <yuriy.tymc...@me.com> wrote: > >> Hi, >> >> is there any explanation how SpecInterpreter works? >> >> Because in MorphicRoassalAdapter class you have: >> >> defaultSpec >> >> ^ #(RTViewForSpec >> whenLastEventChangedDo: #(model whenLastEventChangedBlock)) >> >> and I cannot find out how this symbol magic is working. >> >> Uko >> >