August 25, 201312 yr I am trying to make a fs9 xml work in fsx. It's for auto rudder switching. Here is what I have for fs9. Seems to me the first 'value' is holding me up. I have tried a number of things but nothing seems to work. I think if the comparison of Var1 returns a 2 it quits right there and will not go foreward. I do not fully understand XML syntax so therefore I am at a standstill. Comments or help will be greatly appreciated. Thanks, Paul <Gauge Name="ARudder Switch Version=1.0"> <Element> <Position X="1" Y="1"/> <Select> <Value>(G:Var1) if{ (G:Var1) -- (>G:Var1) 2 quit } (A:Auto coordination, bool)</Value> <Case Value="0"> <Image Name="autcrd-off.bmp" Luminous="Yes"/> </Case> <Case Value="1"> <Image Name="autcrd-on.bmp" Bright="Yes" Luminous="Yes"/> </Case> <Case Value="2"> <Image Name="autcrd-pushed.bmp" Luminous="Yes"/> </Case> </Select> </Element> <Mouse> <Area Left="1" Right="38" Top="1" Bottom="38"> <Cursor Type="Hand"/> <Click>10 (>G:Var1) (>K:AUTOrudder_TOGGLE)</Click> </Area> </Mouse> </Gauge> ..
Create an account or sign in to comment