Hello,
Trying to program PMDG 737 using an encoder to operate EVT_MCP_HEADING_SELECTOR in buttons and switch portion of FSUIPC.
Button is recognized 0,0 and I program Control when button pressed as custom control #70022 parameter 536870912, then Control when button released as custom control #70022 parameter 131072. Works fine.
Button is recognized 0,1 and I program Control when button is pressed as custom control #70022 parameter -2147483648( this is where the problem is. It is a negative number and always goes to 0 when it is saved. How do I get it to keep the negative number?) then Control when button released as custom control #70022 parameter 524288.
Thanks in advance,
Chris