- Messages
- 85
- Country

Hi guys. I'm trying some features of XMLTOOLS which I had never tried before, such as XMLKEYS. What I want is to control some menus in my MFD from my joystick.
It works except for one problem: it executes the associated script twice (one time when I press the button and a second time when I release the button).
This produces some unwanted behaviour. For intance, to change from a page to the next one, I make:
But then if I press the joystick button, it leaps two pages. How can I get rid of this problem?
It works except for one problem: it executes the associated script twice (one time when I press the button and a second time when I release the button).
This produces some unwanted behaviour. For intance, to change from a page to the next one, I make:
Code:
'(L:mfd page, enum) ++ 3 min (>L:mfd page, enum)' (>C:XMLKEYS:KeyString,string)
But then if I press the joystick button, it leaps two pages. How can I get rid of this problem?
