Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Widget javascript code to not use a global variable for entry point #137

Open
frankduncan opened this issue Jun 27, 2014 · 0 comments

Comments

@frankduncan
Copy link
Contributor

Currently having two nlogo models compiled to the same page would break as things would get added improperly.

This will involve reworking how the widgets get compiled into javascript themselves, perhaps by some user defined connection between the compiled js and the code widget.coffee. Another option is having the entire session booted up from the compiled netlogo file (perhaps via workspace?) The goForever code that constantly monitors the widgets would either need to take care of all models loaded on page, or a separate goForever timeout would need to be created for each one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants