Search found 4 matches

by llamalord
25 Apr 2012, 14:27
Forum: Support - bugs
Topic: Cannot run rotuines section
Replies: 5
Views: 8902

Re: Cannot run rotuines section

Oh, I had a divide by two at the end of that line to knock it down to the 32k accepted position value, but I deleted it while debugging. I read about how the GetFSXVariable is message based from simconeect, but I didn't really expect it to stay at a constant value. I'll keep trying when I get home. ...
by llamalord
25 Apr 2012, 01:21
Forum: Support - bugs
Topic: Cannot run rotuines section
Replies: 5
Views: 8902

Re: Cannot run rotuines section

Sorry, now I have another problem. Here's my code, when I ask it to print the value of the axis it's correct, but the brake variable being set remains constant at something like 0.041123141534626456. Something else weird, the button I have set to brake on/off on my joystick using the FSX menu no lon...
by llamalord
23 Apr 2012, 20:39
Forum: Support - bugs
Topic: Cannot run rotuines section
Replies: 5
Views: 8902

Re: Cannot run rotuines section

I have it in routines and I thought that it might run only once, so I added the register event and it looked like this just for testing purposes: Sub AxisXChange() HIDMacros.FSXtext "It Worked!" end sub HIDMacros.RegisterAxisEvent "Saitek X52 Flight Controller", "X", "AxisXChange", 5 That didn't wor...
by llamalord
22 Apr 2012, 14:41
Forum: Support - bugs
Topic: Cannot run rotuines section
Replies: 5
Views: 8902

Cannot run rotuines section

I'm trying to use HID Macros to combine left and right brake values to the slider axis on the X52. I can trigger scripts on the macros tab with keys and buttons, but not continually or with axis changes as in Example 3 on http://www.hidmacros.eu/scripting.php#example No matter what I do I cannot get...