April 30, 200323 yr I try to make G-meter with XML, but I can't get min/max-needles to work. I can't figure out what is wrong in following code but I hope someone of you could help. (A:Max G Force,GForce)(A:Min G Force,GForce)
April 30, 200323 yr MAX G FORCE and MIN G FORCE seem to be useless. I suggest you build your own min/max variables.e.g. (A:G FORCE,G FORCE) d (L:Max G Force,number) > if{ d (>L:Max G Force,number) } d (L:Min G Force,number) < if{ d (>L:Min G Force,number) }for the G needle itself, it gives G FORCE and automatically determines the minimal and maximal G experienced. Plus you can even reset them manually. Use (L:Max G Force,number), (L:Min G Force,number) for the max, min needles.Arne Bartels
Create an account or sign in to comment