Reputation: 51
Every time I attempt to load a Netlogo model that uses the extraWidget extension the loading stops and I receive a warning. The warning explains that the extraWidget extension was created with the Netlogo extension API 6.0 and the version of Netlogo I'm using is API 6.1. I must click 'Continue" each time to complete the loading.
Is there a way to remove this warning?
Thanks Rudy
Upvotes: 0
Views: 45
Reputation: 14972
(eXtraWidgets author here)
I have updated the extension for NetLogo 6.1.1.
The release is here if you want to give it a spin.
Upvotes: 2
Reputation: 2790
Unfortunately your options here aren't great. There is no flag or configuration to have NetLogo skip the warning.
Downgrade to NetLogo 6.0.4. This is easy to do, but you'll miss out on any 6.1.0 and 6.1.1 features/fixes. You can get it at the NetLogo downloads page: https://ccl.northwestern.edu/netlogo/download.shtml
Fork the eXtraWidgets repository and update the NetLogo version it uses to 6.1.0 in order to build your own jar that won't cause the error to be thrown. I believe this is the line that would need to be updated, but you'd also need to get the proper development tools (sbt and a Java 8 JDK) installed and figure out how to do the compile and packaging of the extension.
Upvotes: 2