Search found 21 matches
- 29 May 2013, 22:33
- Forum: Cockpits, usage examples
- Topic: My Keyboard for PMDG NGX
- Replies: 2
- Views: 12593
My Keyboard for PMDG NGX
Hi, I'd like to share my config that I prepared for PMDG 737 NGX. I don't want to write too much, so I'll just mention a few tricks I used: - "knob" keys (the ones with grey circles) are operated by left/right arrows, so for ex. you choose HDG and then turn the HDG knob left or right with the arrows...
- 29 May 2013, 17:05
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
There you go, complete .lst file with all PMDG NGX events ready to be used in scripts like in this example:
Code: Select all
HIDMacros.FSXEventByTitle "PMDG_EVT_MCP_FD_SWITCH_L", 0
- 29 May 2013, 10:02
- Forum: HOW-TOs and documentation
- Topic: PMDG 737NGX Events and Variables 2
- Replies: 2
- Views: 7505
Re: PMDG 737NGX Events and Variables 2
Glad you got it. I will post my full keyboard config soon, maybe you'll find some more hints.
- 28 May 2013, 10:28
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
Hi, sorry for the delay, I was buried with my own cockpit project:-) The .lst file is coming, just give me a few days.
Michal
Michal
- 14 Mar 2013, 19:20
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
That works, thanks!
When I have some more time I will send you the .lst file with all the PMDG events defined.
When I have some more time I will send you the .lst file with all the PMDG events defined.
- 12 Mar 2013, 14:02
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
My point is that you can exactly identify the event by it's friendly name, but try to do that by the number without looking in the SDK? Not everyone is familiar with the SDK and it's internals (for each event you need to do some calculation and stuff). That will make the programming much easier for ...
- 12 Mar 2013, 11:02
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
As you know having the action for the key scripted (on the "Scripted" tab) gives you much more flexibility and functionality that you can build on a single key action. Especially for such mature aircraft like PMDG 737NGX. Adding these events and ability to use them in scripts will make the scripting...
- 11 Mar 2013, 22:28
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
Ok Petr, We're almost there. It actually works on the "Predefined" tab at the "Send Simconnect Event (FSX)" section. But what I meant is to launch a custom event from the "Scripted" tab, like this: HIDMacros.FSXEvent PMDG_EVT_MCP_FD_SWITCH_L, MOUSE_FLAG_LEFTSINGLE Here's the debug from it: 22:26:12....
- 11 Mar 2013, 10:02
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
Petr,
Thanks for checking this. I have the event on the list too, however it doesn't work. Thanks for the tip with the debug, I'll check it in the evening, but I think that the only difference will be #70010 vs. "#70010".
Michal
Thanks for checking this. I have the event on the list too, however it doesn't work. Thanks for the tip with the debug, I'll check it in the evening, but I think that the only difference will be #70010 vs. "#70010".
Michal
- 08 Mar 2013, 11:48
- Forum: Feature requests
- Topic: Add PMDG 737NGX events to the FSX Events list
- Replies: 23
- Views: 47071
Re: Add PMDG 737NGX events to the FSX Events list
Maybe you could add an "if" when the line in .lst file starts with # you would treat it as a custom event and execute exactly as in my example above, and otherwise treat it like the built in FSX event?