ldave
October 29th, 2009, 03:30 PM
Hello all
I'm running G5 under WinXP Pro. I'm a complete newb at G5, no Lua (yet), but lots of VB. So treat me like an idiot with a really steep learning curve. First project: operate software via Snapstream Firefly RF remote thru G5. Attached is gml file I'm working up. So far so good for one day. But I've run into a snag I can't seem to lick: macros are executing twice. Verified in the Logger. There are two FILE EXECUTEs triggered by remote keypresses that each open an app. Each macro is hooked into a file open and executes some setups on each app after opening and a WAIT (or two). But the macros execute twice. Logger verifies order of events:
FILE EXECUTE
TaskCreate file[Create]
macro executes
TaskSwitch file <<<< is this the probem?
TaskCreate file[Create] shows up again
macro executes
macro exits
I've parsed and parsed and I just don't see it. What's the goofy?
Thanks
Dave
I'm running G5 under WinXP Pro. I'm a complete newb at G5, no Lua (yet), but lots of VB. So treat me like an idiot with a really steep learning curve. First project: operate software via Snapstream Firefly RF remote thru G5. Attached is gml file I'm working up. So far so good for one day. But I've run into a snag I can't seem to lick: macros are executing twice. Verified in the Logger. There are two FILE EXECUTEs triggered by remote keypresses that each open an app. Each macro is hooked into a file open and executes some setups on each app after opening and a WAIT (or two). But the macros execute twice. Logger verifies order of events:
FILE EXECUTE
TaskCreate file[Create]
macro executes
TaskSwitch file <<<< is this the probem?
TaskCreate file[Create] shows up again
macro executes
macro exits
I've parsed and parsed and I just don't see it. What's the goofy?
Thanks
Dave