tincan Posted June 30, 2015 Report Posted June 30, 2015 Hi, In my ATR there's a "takeoff config test" button. While you press it with the mouse it will sound an alarm if the aircraft is not ready for takeoff. So the test starts on mouse button down and stops on mouse button up. I recorded a mouse macro for this and it does work to activate the config test but it won't stop although the assigned joystick button is released. Only after I press and release the button on the panel with the mouse it will stop. Is there a way to achieve this? Thanks!
Pete Dowson Posted June 30, 2015 Report Posted June 30, 2015 In my ATR there's a "takeoff config test" button. While you press it with the mouse it will sound an alarm if the aircraft is not ready for takeoff. So the test starts on mouse button down and stops on mouse button up. I recorded a mouse macro for this and it does work to activate the config test but it won't stop although the assigned joystick button is released. Only after I press and release the button on the panel with the mouse it will stop. Is there a way to achieve this? Probably. You'd need to use the same macro, but edit the result in the file to give it an appropriate parameter (a "mouseflag"). The format and parameter values (at least the ones I am aware of) are described in the FSUIPC4 Advanced Users guide. Search for the section on Mouse Macros, around pages 33-34. Pete
tincan Posted July 6, 2015 Author Report Posted July 6, 2015 Again a quick fix to a problem. Thanks, Pete! Mouseflag 17: MOUSE_LEFTRELEASE [Macros] Module="F1ATR.DLL" ... 48=TO_CONFIG_START=RX17a30*X8bcc 49=TO_CONFIG_END=RX17a30*X8bcc,17
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