• Guest Please check out the Help Wanted thread in Ickie's NewsHawks.
    The future of the Outhouse depends on you!
    Help Wanted

xml programing question

this4dave2

Members +
using XML and FS9 I am trying to have an animation operate that uses the shift + W keys at the same as the spoiler operation with the / key so far I have had no luck. Am I trying to do something that is not possible to do or is it just a problem with not using the correct coding.

Any help would be appreciated
David Wooster
 
oops

:redface:I am sorry I forgot to put the code I am using in my question post and with out that information nobody would know how to answer my question.

the code I am usng is:

<Gauge Name="test"
Version="0.1">
<Update Frequency="6"/>
<Element>
<Select>
<Value>
(A:SPOILERS HANDLE POSITION,case) 1 <
if{ (A:WATER RUDDER HANDLE POSITION,bool) !
if{ (>K:TOGGLE_WATER_RUDDER) }}
els{ (A:WATER RUDDER HANDLE POSITION,bool)
if{ (>K:TOGGLE_WATER_RUDDER) }}
</Value>
</Select>
</Element>
</Gauge>


sorry for the omission. I hope some one can help me now.

David wooster
 
Back
Top