On Wed, 2006-08-09 at 08:57 +0200, Maria Vega Ramirez wrote: > This is what I´ve written in the RC-Joystick.xml file: > >
> <axis n="5"> > <desc>Flap</desc> > <binding> > <command>property-scale</command> > <property>/controls/flight/flap</property> The above line should read _flaps_ not _flap_ as in: <property>/controls/flight/flaps</property> > <factor type="double">1.</factor> > </binding> > </axis> > > and when I chek it when the js_demo.exe, it responds. But when I run FG and > then I check the JSB.out file, i can see that the flaps don´t work and don´t > respond correctly. > > Do you know what´s the problem with my model? > > Thanks. > María. > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
