Search found 6 matches

by ctroncy
26 Jun 2017, 16:34
Forum: General
Topic: HidMacros and P3D V4
Replies: 0
Views: 19600

HidMacros and P3D V4

Bonjour,
I made a lot of tests and investigations... See http://www.prepar3d.com/forum/viewtopic ... 0&t=125531
Have a look here http://www.prepar3d.com/forum/viewtopic ... 0&t=125531 to make HIDMacros works with P3D V4.
Cheers
For me it woks, I hope it will work for you too.
Claude
by ctroncy
14 Jun 2017, 11:05
Forum: General
Topic: HIDMacros rebuild or new build.
Replies: 4
Views: 32997

Re: HIDMacros rebuild or new build.

Hi Petr,
Could you have a look at my post in the P3D SimConnect forum, and tell me if I am right thinking that the open function should work in P3D V3 and V4.

http://www.prepar3d.com/forum/viewtopic ... 0&t=125245

Cheers
Claude
by ctroncy
14 Jun 2017, 08:39
Forum: General
Topic: HIDMacros rebuild or new build.
Replies: 4
Views: 32997

Re: HIDMacros rebuild or new build.

Bonjour Jonny,
I do not think the problem is with HIDMacros, but is more a problem between FSX-SP1 Simconnect and P3DV4.
I will post on the FSDevelopper forum when I have the rights. I'll explain how I came to this conclusion.
Cheers
Claude
by ctroncy
08 Aug 2014, 12:35
Forum: HOW-TOs and documentation
Topic: PMDG 737 apu
Replies: 2
Views: 22309

Re: PMDG 737 apu

Hi I just find my problem, I have forgotten to declare the constant "APU_Selector" I think your code doesn't work because you must not use "APU_Selector" in the instruction HIDMacros.FSXEvent APU_Selector, MOUSE_FLAG_RIGHTSINGLE You must replace it with EVT_OH_LIGHTS_APU_START which is defined in th...
by ctroncy
08 Aug 2014, 10:47
Forum: HOW-TOs and documentation
Topic: PMDG 737 apu
Replies: 2
Views: 22309

Re: PMDG 737 apu

Bonjour, I have exactly the same problem that you describe. I run hidmacros with the debug switch (it not always works) and I noticed that the value L1 is always zero whatever the APU switch position is. If I look in FSUIPC the value is correct. So I do not know what to do.... Did you find a solutio...
by ctroncy
07 Jul 2014, 16:26
Forum: Support - bugs
Topic: Same event for 2 keys
Replies: 0
Views: 13559

Same event for 2 keys

Bonjour, I am new to hidmacros, and my fist impression is great. It is a fantastic tool. I notice one thing, which is not very important. I use a keypad and it has two keys "(" and ")" which gave the same event 16() when we scan them. Nevertheless in notepad, it gave the correct characters.... Any i...