Scripting

 From:  Michael Gibson
7238.10 In reply to 7238.9 
Hi dune1982, Network probably fails unless you have some more of the inputs set on it, I'll see if I can adjust your example to make it work.

This line for instance is for connecting a checkbox value to the factory input, it won't do anything if you don't have a UI element with id="mode":
moi.ui.bindUIToInput( 'mode', 'value', factory.getInput(4) );

Also it's not too good to rely only on things like "select all" because if you happen to have other curves in the model instead of it starting out totally blank it will gather those other ones up too. I'll see about adjusting that as well.

- Michael