[Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Something wrong ? in fgfsrc in have: --geometry=1280x896 --enable-real-weather-fetch --timeofday=afternoon --prop:/nasal/local/script=![CDATA[ INIT = func { setprop (/sim/rendering/clouds3d-cache-size, 4096); } ]] nasal does give error message: Nasal parse error: parse error in /nasal

Re: [Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Andy Ross
Gerard Robin wrote: Something wrong ? --prop:/nasal/local/script=![CDATA[ INIT = func { setprop (/sim/rendering/clouds3d-cache-size, 4096); } ]] nasal does give error message: Nasal parse error: parse error in /nasal [0]/local[0], line 1 The --prop argument is not an XML parser. Just

RE: [Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Vivian Meazza
Gerard Robin asked Something wrong ? in fgfsrc in have: --geometry=1280x896 --enable-real-weather-fetch --timeofday=afternoon --prop:/nasal/local/script=![CDATA[ INIT = func { setprop (/sim/rendering/clouds3d-cache-size, 4096); } ]] nasal does give error message: Nasal parse

Re: [Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 07:13 -0700, Andy Ross a crit : --prop:/sim/rendering/clouds3d-cache-size=4096 It should work but the program overload the data, only one way the nasal way thanks -- Gerard ___ Flightgear-devel mailing list

RE: [Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 15:16 +0100, Vivian Meazza a crit : Gerard Robin asked Something wrong ? in fgfsrc in have: --geometry=1280x896 --enable-real-weather-fetch --timeofday=afternoon --prop:/nasal/local/script=![CDATA[ INIT = func { setprop

Re: [Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Andy Ross
Andy Ross a crit : --prop:/sim/rendering/clouds3d-cache-size=4096 It should work but the program overload the data, only one way the nasal way That sounds like a bug to me. The command line should be overwriting anything in the configuration files. Is the cloud code (over-)writing this

Re: [Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 07:37 -0700, Andy Ross a crit : Andy Ross a crit : --prop:/sim/rendering/clouds3d-cache-size=4096 It should work but the program overload the data, only one way the nasal way That sounds like a bug to me. The command line should be overwriting anything in the

RE: [Flightgear-devel] writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 16:32 +0200, Gerard Robin a crit : Le lundi 13 juin 2005 15:16 +0100, Vivian Meazza a crit : Gerard Robin asked Something wrong ? in fgfsrc in have: --geometry=1280x896 --enable-real-weather-fetch --timeofday=afternoon