Search found 18 matches
- 14 Oct 2022, 21:05
- Forum: General
- Topic: How to run some FS2020 commands by luamacros?
- Replies: 0
- Views: 2848
How to run some FS2020 commands by luamacros?
In FS2020 one can see different instrument views by the commands [CTRL]+1 ... [CTRL]+9. I would like to map a single key in a second keyboard to do this commands. But it seems impossible for FS2020 to reciev commands from LUAMacros. I have tried this command: elseif (button == 97) then -- PANEL_1 lm...
- 09 Jan 2022, 13:14
- Forum: HowTos
- Topic: Lua commands
- Replies: 1
- Views: 4383
Lua commands
Hi, In HIDMacros I have this code: <Macro> <Device>Keyb2</Device> <Name>FsimX</Name> <KeyCode>49</KeyCode> <Direction>down</Direction> <Action>SCR</Action> <Sequence></Sequence> <SCEvent></SCEvent> <XPLCommand></XPLCommand> <ScriptSource>WshShell.AppActivate("Microsoft Flight Simulator X") HIDMacros...
- 29 Jan 2021, 17:34
- Forum: HowTos
- Topic: lmc_fs_event() How does it wotks?
- Replies: 1
- Views: 4279
lmc_fs_event() How does it wotks?
When I use it in LUA-script for fs2020 it only take one step each time. I use lmc_fs_event('HEADING_BUG_DEC') and lmc_fs_event('AP_ALT_VAR_DEC') and for every key press, it is only one step up or down. When i use keyboard key direct via FS2020, heading bug decrease as long as I press the key. And sa...
- 21 Oct 2020, 21:07
- Forum: General
- Topic: LuaMacros with P3Dv4
- Replies: 4
- Views: 5041
Re: LuaMacros with P3Dv4
I am using HIDmacro in Windows 10 64-bit and P3D4 and it works fine for me.
/Jonny
/Jonny
- 13 Jun 2017, 10:39
- Forum: General
- Topic: HIDMacros rebuild or new build.
- Replies: 4
- Views: 9971
HIDMacros rebuild or new build.
I have done a project recruiting question at http://fsdeveloper.com/forum/threads/hi ... ld.440319/
Are you willing to do some job?
Are you willing to do some job?
- 23 Jan 2017, 12:30
- Forum: General
- Topic: Freeware Turbo Delphi
- Replies: 1
- Views: 3764
Freeware Turbo Delphi
Hi!
About HidMacro, I found Borland Turbo Delphi Version 10.0.2288.42451 Update 2 Copyright © 2005 Borland® at https://archive.org/details/turbodelphi_10.
I installed it and loaded the source of HIDmacros without any harm.
Is this Turbo Delfi the rigth one for HIDMacros?
/Jonny
About HidMacro, I found Borland Turbo Delphi Version 10.0.2288.42451 Update 2 Copyright © 2005 Borland® at https://archive.org/details/turbodelphi_10.
I installed it and loaded the source of HIDmacros without any harm.
Is this Turbo Delfi the rigth one for HIDMacros?
/Jonny
- 14 Oct 2016, 15:22
- Forum: Support - bugs
- Topic: Cant install HIDMacros, get an error, tried redownloading
- Replies: 3
- Views: 7799
Re: Cant install HIDMacros, get an error, tried redownloadin
I am not sure, but try to run as administrator in W10 64 bit
- 30 Sep 2016, 10:08
- Forum: General
- Topic: Send keystroke to FSUIPC
- Replies: 2
- Views: 4544
Re: Send keystroke to FSUIPC
I try to let Lazarus do a transfer of FSUIPC SDK UIPCHello for Delphi to Lazarus but to much errors. And hard to find a complete manual for Lazarus.admin wrote:Any volunteer can transfer the code from HidMacros to LuaMacros.
- 27 Sep 2016, 16:15
- Forum: General
- Topic: Send keystroke to FSUIPC
- Replies: 2
- Views: 4544
Send keystroke to FSUIPC
Is there any way to send keystokes to FSUIPC from LUAMacros?
- 30 Apr 2015, 19:35
- Forum: General
- Topic: Error in VBscript
- Replies: 1
- Views: 4588
Error in VBscript
Hi, I'm trying to use FSUIPC's offset to do some programming. 2015-04-30 20-14-18.jpg When I use VBScript as in red cicle I get the error as showed. I tried many ways to correct the code but I can't do it right. I'm using Win7 Swedish OS. Error code in English: Variable uses an Automation type not s...