PDA

View Full Version : xml programing question



this4dave2
November 2nd, 2010, 06:23
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

this4dave2
November 3rd, 2010, 14:39
: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 &lt;
if{ (A:WATER RUDDER HANDLE POSITION,bool) !
if{ (&gt;K:TOGGLE_WATER_RUDDER) }}
els{ (A:WATER RUDDER HANDLE POSITION,bool)
if{ (&gt;K:TOGGLE_WATER_RUDDER) }}
</Value>
</Select>
</Element>
</Gauge>


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

David wooster