I'm trying to set up some compound conditions.  I've looked through the 
documentation - Users Guide to Panel Configuration, and can not find an 
example of a compound condition.  The parser doesn't seem to like what I'm 
doing.

Here's an example:

<event n="3">
  <name>text3</name>
    <and>
      <condition>
        <less-than-equals>
          <property>/position/altitude-ft</property>
          <value>77900</value>
        </less-than-equals>
        <greater-than>
          <property>/position/altitude-ft</property>
          <value>77000</value>
        </greater-than>
      </condition>
    </and>
  <callback>show-text</callback>
  <parameter>Maneuver orbiter to burn attitude.</parameter>
</event>

Any suggestions?

Thanks,
Dawn

Dawn Ellis
School of Engineering & Computer Science
UT Chattanooga


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to