Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Melchior FRANZ wrote: > * AnMaster -- Saturday 08 December 2007: >> Melchior FRANZ wrote: >>> "aircraft" minus "model"? :-} >> Well what do you suggest for storing /sim/aircraft in otherwise? > > Err, looks like you didn't get the hint. A '-' in pr

Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread Melchior FRANZ
* AnMaster -- Saturday 08 December 2007: > Melchior FRANZ wrote: > > "aircraft" minus "model"? :-} > Well what do you suggest for storing /sim/aircraft in otherwise? Err, looks like you didn't get the hint. A '-' in programming context is a minus, not a hyphen. Although some people seem to not li

Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Melchior FRANZ wrote: > * AnMaster -- Saturday 08 December 2007: >> Indeed that was what I did, as a way to do aircraft specific mappings. Now I >> renamed the variable to aircraft-model. > > "aircraft" minus "model"? :-} Well what do you suggest f

Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread Melchior FRANZ
* AnMaster -- Saturday 08 December 2007: > Indeed that was what I did, as a way to do aircraft specific mappings. Now I > renamed the variable to aircraft-model. "aircraft" minus "model"? :-} m. - SF.Net email is sponsored

Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Melchior FRANZ wrote: > * AnMaster -- Saturday 08 December 2007: >> Melchior FRANZ wrote: >>> You probably defined a variable named "aircraft" somewhere else >>> in the joystick driver file, and this overwrote the "aircraft" >>> namespace > >> Ah,

Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread Melchior FRANZ
* AnMaster -- Saturday 08 December 2007: > Melchior FRANZ wrote: > > You probably defined a variable named "aircraft" somewhere else > > in the joystick driver file, and this overwrote the "aircraft" > > namespace > Ah, should call it aircraft-model or something then. Thanks I was > not aware th

Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Melchior FRANZ wrote: > * AnMaster -- Friday 07 December 2007: >> aircraft.HUD.cycle_color() > [...] >> Yet I get this for button: >> Nasal runtime error: No such member: HUD >> at /input/joysticks/js/button[3]/binding, line 1 > > You probably d

Re: [Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread Melchior FRANZ
* AnMaster -- Friday 07 December 2007: > aircraft.HUD.cycle_color() [...] > Yet I get this for button: > Nasal runtime error: No such member: HUD > at /input/joysticks/js/button[3]/binding, line 1 You probably defined a variable named "aircraft" somewhere else in the joystick driver file, and th

[Flightgear-devel] Weird recent nasal problem

2007-12-07 Thread AnMaster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I wanted a button to turn off/on HUD on my joystick so I took a look at the keyboard binding for it: h HUD Master Switch nasal aircraft.HUD.cycle_color() Now I tried to insert that in my joystick config: