I am trying to use <params> and <property alias="..."/> to allow one vor.xml to serve for both nav[0] and nav[1]. I get the error in the subject on the first instance of <property alias="..."/> where ... is a string pointing to the param that defines the property. Even when I comment out all but one animation, I still get this error. Here is the relevant params section and that one animation:
<params>
 <nav-in-range>/instrumentation/nav[0]/in-range</nav-in-range>
</params>

<animation>
 <type>select</type>
 <object-name>GlidescopeNeedle</object-name>
 <condition>
  <property alias="../../../../../params/nav-in-range"/>
 </condition>
</animation>

I am using similar syntax elsewhere with no problem. The only difference I can see is that in the working case, it is an instrument from data/Aircraft/Instruments that uses layers and in this case it is an instrument from data/Aircraft/Instruments-3d that uses animations.
Can any of you spot the problem?
Thanks in advance,
Dave Perry


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to