View Single Post
Possible to send XML scripts?
Old 08-14-2007, 08:43 PM   #1 (permalink)
havoc-dadelous
Addict
 
Join Date: Aug 2007
Posts: 6
havoc-dadelous is an unknown quantity at this point
Default Possible to send XML scripts?

I am tring to get a working FSX profile (I know someone's working on a profile), I have skinned a nice looking engine control panel, but the FSX keyboards command do not allow me use the whole panel. I looked into plane folder and found the XML script for the panel.

Here is the script to turn on Gen1

Element id="GEN 1">
<FloatPosition>9.000,51.000</FloatPosition>
- <Select id="Select">
- <Expression id="Expression">
<Minimum>0.000</Minimum>
<Maximum>1.000</Maximum>
<Script>(A:General Eng1 Generator Switch, bool)</Script>
</Expression>
- <Case id="Case">
<ExpressionResult>0.000</ExpressionResult>
- <Image id="Image" Name="popup_overhead_switch_electrical_power_gen_1 _off.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
- <Case id="Case">
<ExpressionResult>1.000</ExpressionResult>
- <Image id="Image" Name="popup_overhead_switch_electrical_power_gen_1 _on.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
</Select>
</Element>

is it possibe to sent this script (or the bits needed) with touch buddy, if it is how??

Thanks
havoc-dadelous is offline   Reply With Quote