[Flightgear-devel] nasal problem

2006-12-13 Thread Josh Babcock
When I include this nasal file in my ch53e-set.xml file I get an infinite loop. I don't know why, is there a listener attached to controls/lighting/panel-norm somewhere? Am I missing something? Commenting out the setlistener makes the problem go away, and I can call the function from a settimer

Re: [Flightgear-devel] nasal problem

2006-12-13 Thread Melchior FRANZ
* Josh Babcock -- Wednesday 13 December 2006 17:51: When I include this nasal file in my ch53e-set.xml file I get an infinite loop. I don't know why, is there a listener attached to controls/lighting/panel-norm somewhere? Nasal listeners are designed to refuse recursion. It's more likely that

Re: [Flightgear-devel] nasal problem

2006-12-13 Thread Josh Babcock
Melchior FRANZ wrote: * Josh Babcock -- Wednesday 13 December 2006 17:51: When I include this nasal file in my ch53e-set.xml file I get an infinite loop. I don't know why, is there a listener attached to controls/lighting/panel-norm somewhere? Nasal listeners are designed to refuse