* Dave Perry -- Tuesday 28 February 2006 21:52: <PropertyList> > <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> </PropertyList>
> Can any of you spot the problem? Yes. Way too many "../"! You only want "../../../params/nav-in-range" here, because you want to get out of one <property>, one <condition>, and one <animation>. As a simple rule: use as many "../" as you have indentation steps in that line. (Shown as '#' above. Of course, sane people use Tabs, not spaces. :-) m. ------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

