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
And you can also find some explanations here:
http://spec.st/docs/interpreter/#collect_the_data
Ben
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