Search found 735 matches

by admin
04 Jun 2015, 22:40
Forum: Bug reports
Topic: LuaMacros bug and initial feedback
Replies: 5
Views: 8154

Re: LuaMacros bug and initial feedback

I finished rewrite of XPL plugin so had some time to check your issues. Regarding wrong escaping - I see no problem here. The error is reported once the code is executed. From LUA syntax point of view there's nothing wrong with your gsub arguments. The parameters are regular strings. So if you execu...
by admin
16 May 2015, 20:20
Forum: Bug reports
Topic: LuaMacros bug and initial feedback
Replies: 5
Views: 8154

Re: LuaMacros bug and initial feedback

Thanks for those positive words :-) To your points: you're right, I didn't care about error handling at all, it's one of the things at my todo list. These days I'm rewriting Xplane communication, once it's done I can have a look. Regarding the alt hey I have troubles to simulate it. Do I need AHK? I...
by admin
03 May 2015, 16:05
Forum: General
Topic: Error in VBscript
Replies: 1
Views: 3608

Re: Error in VBscript

What to do?
I would debug the script - separate the call used for if and the setting one - to see which one is causing troubles.
What also might help:
- run himdacros as admin (required at least once)
- with such error message cursor should be placed to the command causing troubles (AFAIR)
by admin
28 Apr 2015, 07:37
Forum: Support - bugs
Topic: newbie error?
Replies: 5
Views: 7596

Re: newbie error?

Then it should work :-)
But seriously, I can not check myself because I don't have FSX installed any more. And also it can be windows 8 issue.
So hard to say, I'm afraid without scripting knowledge you can not fully use HidMacros - or its scripted commands.
by admin
27 Apr 2015, 08:10
Forum: Support - bugs
Topic: newbie error?
Replies: 5
Views: 7596

Re: newbie error?

Can't see how's your script defined exactly. Are you sure the string (argument) is constructed correctly? Do some debug of you script, read & construct the argument first, debug the value and then call Fsx event. Or try FsxEvent with some static content first to see if problem is in event command or...
by admin
25 Apr 2015, 21:19
Forum: Support - bugs
Topic: newbie error?
Replies: 5
Views: 7596

Re: newbie error?

No, haven't seen it yet.
It happens for any macro or only if you try to communicate with FSX?
Did you start it as admin at least once?
by admin
23 Apr 2015, 23:13
Forum: General
Topic: Announcments
Replies: 8
Views: 207412

Re: Announcments

Version 0.1.0.11 A few small improvements were added Versioning - there's build number (version) in bottom status bar. Helps to identify new features Command line parameter -r starts the script immediately. So now 2 arguments are supported file name (without any switch) - loads the script file -r s...
by admin
19 Apr 2015, 22:08
Forum: HowTos
Topic: Device names
Replies: 0
Views: 13877

Device names

LuaMacros work with devices. The application usually executes some action (via Lua script) triggered by some device event. The device can be keyboard, joystick, game pad but also COM port. Device event is usually key/button press or release. For COM port the event usually happens when some data is r...
by admin
19 Apr 2015, 21:42
Forum: HowTos
Topic: Quick start
Replies: 5
Views: 20831

Quick start

This simple script shows typical use of old application HidMacros. It's recommended to run this sample only if you have 2 keyboards attached as one of these keyboards will be (almost) blocked. However you can still run it with one keyboard (and mouse giving you the option to close LuaMacros and have...
by admin
17 Apr 2015, 07:59
Forum: Feature requests
Topic: Hidmacros in DCS World simulator?
Replies: 2
Views: 10535

Re: Hidmacros in DCS World simulator?

I already did some test with DCS. Technically it would be possible as DCS has API available.
So it's only about my motivation and free time.

And it would be LuaMacros, not HidMacros :-)