Hello Guest it is April 19, 2024, 04:16:45 AM

Author Topic: Macro trigger in C++  (Read 3520 times)

0 Members and 1 Guest are viewing this topic.

Macro trigger in C++
« on: May 12, 2015, 03:36:25 PM »
I always seem to come up with the fun ones:

I am having an issue where I am triggering a macro to run via the MachRemote application using scripter.DoOEMButton(301) call.  I have set 301 to the appropriate macro and the vbscript will run as it should and does what I need when I trigger it in the vbscript editor.  However, when I trigger it using the scripter.DoOEMButton, it will load the file but will display the "Path Generating" Dialog box and not go any further.  I can hit cancel on the box and then continue by stopping and starting the macro in Mach 3, but that kind of defeats the whole point of what I want to accomplish.  Any suggestions on how to get Mach 3 to move past this "Path Generating" dialog box automatically?
Re: Macro trigger in C++
« Reply #1 on: May 12, 2015, 04:14:14 PM »
Re: Macro trigger in C++
« Reply #2 on: May 12, 2015, 05:37:38 PM »
Thanks for the reply, unfortunately this did not resolve the issue.   :'(