October 21, 200223 yr Greetings,I am having a problem getting an autofeather switch to operate correctly. Here is the code for the gauge. <Gauge Name="Autofeather" Version="1.0"> <Element> <Select> <Value>(A:PANEL AUTO FEATHER SWITCH,bool)</Value> <Case Value="0"> <Image Name="switch_off.bmp" ImageSizes="27,39"/> </Case> <Case Value="1"> <Image Name="switch_on.bmp" ImageSizes="27,39" /> </Case> </Select> </Element> <Mouse> <Help ID="HELPID_KINGAIR_AUTOFEATHER_SWITCH"/> <Cursor Type="Hand"/> <Click Event="TOGGLE_ARM_AUTOFEATHER"/> </Mouse></Gauge> When I put this switch in the default king air, nothing happens when I click on it. However, when I click on the default king air autofeather switch, my switch moves to show that autofeather has been toggled! I think that there is a problem with my Click Event, but I just can't figure it out. It's obviously recognizing that the autofeather get's toggled, as my switch moves when the default king air switch is toggled... I just can't get MY switch to accept the click event to toggle autofeather as well. :-(Any help/tips would be most appreciated.
October 22, 200223 yr Author You could try a K: event rather than a click event.(>K:TOGGLE_ARM_AUTOFEATHER)Regards,Roman[link:www.packers.com]GREEN BAY PACKERS][/i :-ukliam :-beerchug FS RTWR SHRS F-111 JoinFS Little Navmap
Create an account or sign in to comment