Re: [NTG-context] Gnuplot module: Patching of Gnuplot binary still needed?

2011-01-10 Thread jeroen . muskee
I have tried texexec --make --all and changing line 484 from \getfiguredimensions[\@@GNUPLOTresult] into \getfiguredimensions[\@@GNUPLOTfinalresult] but neither is giving me any luck. Now also install-setup.bat --extras=t-gnuplot is not working anymore. Not sure what the issue is.

Re: [NTG-context] Gnuplot module: Patching of Gnuplot binary still needed?

2011-01-09 Thread jeroen . muskee
In the past I was using this instruction set to install GnuPlot in Windows Context Mkiv minimals but it does not work anymore. Is there a bug in t-gnuplot version 2009-07-21? Create folder c:\context\gnuplot Download from http://dl.contextgarden.net/modules/gnuplot-win.zip the gnuplot file

Re: [NTG-context] Fields and JS Calculations

2009-11-22 Thread jeroen muskee
OK, I started off with a simpler example, just an addition of 2 numbers. I know this should be pretty close to the correct setup by looking at other Javascript examples, but it just does not work jet. Any suggestions Thanks Jeroen \startJSpreamble {Calculate} used now function

[NTG-context] Fields and JS Calculations

2009-11-21 Thread jeroen muskee
I want to calculate the pressure of a hydrostatic fluid column with p(psi)=0.052*density(lb/gal)*depth(ft) I have created a form with fields to enter the input, but I need somehow to pass the information entered to the JS calculation to display the result. How can you pass an entered field