May 23, 200620 yr According to Nick Pike's nifty tutorial the mouse clicks in this little gauge should work - but they don't. Am I missing some snippet of code? (I'm not a programmer.) I'll be grateful if someone can set me straight here. Regards, Bob.%((P:Simulation rate, number) d 100 >=)%{if}%!5.1f!%{else}%!5.2f!%{end}(M:Event) 'LeftSingle' (>K:SIM_RATE_INCR) (M:Event) 'RightSingle' (>K:SIM_RATE_DECR) Dell410, Core2Duo E6700, 2.66Ghz, 2GB ram, nVidia 7900GTX/512MB/195.62 driver, FSX/sp1, UTX USA, Fsgenesis
May 23, 200620 yr Hi,Not sure, but try:(M:Event) 'LeftSingle' scmp 0 == if{ (>K:SIM_RATE_INCR) }(M:Event) 'RightSingle' scmp 0 == if{ (>K:SIM_RATE_DECR) }Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
May 23, 200620 yr Author That works perfectly! Thank you very much, Jan.Cheers, Bob Dell410, Core2Duo E6700, 2.66Ghz, 2GB ram, nVidia 7900GTX/512MB/195.62 driver, FSX/sp1, UTX USA, Fsgenesis
Create an account or sign in to comment