NetLogo / LevelSpace

This is the LevelSpace extension repository. LevelSpace allows you to run NetLogo models |: from inside NetLogo models :|
Other
19 stars 8 forks source link

Model doesn't halt if changes are made in child model code until you switch tabs #129

Open arthurhjorth opened 6 years ago

arthurhjorth commented 6 years ago

If you make a change to the child model code the model keeps going. But if you change tabs after, the parent model stops. Is it possible to make it happen as soon as we make a chance to the code? I'm assuming there's some sort of even listener sitting on that tab, but the callback function seems to be called in a different way than on the parent code tab.