• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

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