Re: [Flightgear-devel] Reloading checklist

2013-04-11 Thread Jean-Yves LEBLEU
I made some more tests, conditions are evaluated properly On Thu, Apr 11, 2013 at 10:36 PM, Stuart Buchanan wrote: > On Thu, Apr 11, 2013 at 8:35 PM, Jean-Yves LEBLEU wrote: > > This is what I did : > > var checklist="777-200-checklists.xml"; > > var > checklist_path=sprintf("%s/%s",getprop("/s

Re: [Flightgear-devel] Reloading checklist

2013-04-11 Thread Stuart Buchanan
On Thu, Apr 11, 2013 at 8:35 PM, Jean-Yves LEBLEU wrote: > This is what I did : > var checklist="777-200-checklists.xml"; > var checklist_path=sprintf("%s/%s",getprop("/sim/aircraft-dir"),checklist); > print(checklist_path); > var data = io.read_properties(checklist_path,"/sim/checklists"); > >

Re: [Flightgear-devel] Reloading checklist

2013-04-11 Thread Jean-Yves LEBLEU
Hi Stuart thanks for the clue : This is what I did : var checklist="777-200-checklists.xml"; var checklist_path=sprintf("%s/%s",getprop("/sim/aircraft-dir"),checklist); print(checklist_path); var data = io.read_properties(checklist_path,"/sim/checklists"); It does reload the checklists but co

Re: [Flightgear-devel] Reloading checklist

2013-04-10 Thread Stuart Buchanan
Hi Jean-Yves, On Mon, Apr 8, 2013 at 8:27 PM, Jean-Yves LEBLEU wrote: > Hello, > > I have started to write checklists for 777, is there any way to reload the > checklist without restarting flightgear, I tried with shift-esc with no > success. > Or maybe there is a little nas script to do the trick

[Flightgear-devel] Reloading checklist

2013-04-08 Thread Jean-Yves LEBLEU
Hello, I have started to write checklists for 777, is there any way to reload the checklist without restarting flightgear, I tried with shift-esc with no success. Or maybe there is a little nas script to do the trick ? Thanks for any answer. Jean-Yves --