November 17, 200916 yr Hi folks,In an XML gauge, how do I code clickspots to increase or decrease the vertical speed by a certain value (ie. 500ft/min) so that each time I click, the currently set VS is modified by that amount?Either of these anywhere close?<Click>500 (>K:AP_VS_VAR_DEC)</Click><Click>K:AP_VS_VAR_DEC 500 - </Click>Cheers,Geoff
November 18, 200916 yr Moderator Neither one, actually... :( You will need to use the _SET command instead.// Increase by 500 fpm(A:VERTICAL SPEED,ft/min) 500 + (>K:AP_VS_VAR_SET_ENGLISH)// Decrease by 500 fpm(A:VERTICAL SPEED,ft/min) 500 - (>K:AP_VS_VAR_SET_ENGLISH) Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
November 18, 200916 yr Author Legendry - thanks very much! Not too suprised that my guesses were wrong - I'll try it out later :(Geoff
Create an account or sign in to comment