Biconcave script

 From:  bemfarmer
6718.9 In reply to 6718.8 
The Update() function, and the functions it calls, were moved to .htm.
Finally, this resulted in the slider working "continuously with movement," and the "flicker" only lasts for about 1/2 second.

Three problems were encountered with using script in .htm.
1. The range checks for mValue, and/or alert messages, did not work in .htm. (Why?)
So the range checks, and alert function were move back to .js, and Update() was changed to Update(mValue).
(Maybe range check could be moved to a subroutine.)

2. Using abbreviations like var ui = moi.ui seems not to work. (Why?)

3. Calling a function, like "var pt = EvalJacobi( tval, mValue, U, cHeight, Lradius, exponent );"
and then substituting m for mValue, like "EvalJacobi( tval, m, U, cHeight, Lradius, exponent ) {... ...} does not work. (Why?)

The new version of Biconcave script is .04.

Due to the "less forgiving" .htm code, please report any hangups. :-)

- Brian

EDITED: 25 May 2014 by BEMFARMER