ralhue Posted October 12, 2014 Report Posted October 12, 2014 Hi Pete,I do not understand the function mouse.wheel. In my LUA scripts is:elseif ipcPARAM == 96mouse.wheel (-1)elseif ipcPARAM == 97mouse.wheel (1)If I use this in the zoom function, then the factor jumps at one click to 0.30 and in the other direction to 2.45 without intermediate stages. In the COM frequency change from 118.xxx to 136.xxx also without intermediate stages. What am I doing wrong? Ralf
Pete Dowson Posted October 12, 2014 Report Posted October 12, 2014 I do not understand the function mouse.wheel. In my LUA scripts is: elseif ipcPARAM == 96 mouse.wheel (-1) elseif ipcPARAM == 97 mouse.wheel (1) If I use this in the zoom function, then the factor jumps at one click to 0.30 and in the other direction to 2.45 without intermediate stages. In the COM frequency change from 118.xxx to 136.xxx also without intermediate stages. What am I doing wrong? Ralf I think I spot an error in FSUIPC whereby it is sending 120 times the value you provide. Very odd that it seemed to work fine in testing. I will release a correction -- 4.937a. Tomorrow. BTW you ARE using FSUIPC4, aren't you? FSUIPC3 is no longer easy to maintain. Pete
ralhue Posted October 12, 2014 Author Report Posted October 12, 2014 Pete,your support is just amazing!thank you very much Ralf P.S.: I use FSUIPC 4.937
Pete Dowson Posted October 12, 2014 Report Posted October 12, 2014 P.S.: I use FSUIPC 4.937 Okay. Try 4.937a which will be available in Download Links subforum shortly. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now