Search found 5 matches
- Wed Jul 09, 2014 7:36 pm
- Forum: Technical / Scripting
- Topic: Invalid Index when creating a New Group
- Replies: 2
- Views: 3371
Re: Invalid Index when creating a New Group
I tried creating a new macro and saving it. No problem there. I tried exporting my new script. Goes to the last place from which I imported scripts. Went into Tools>Options>Change Macro/Group Settings Path (Advanced) Put in a New Path and checked Copy Current Settings and Overwrite Existing settings...
- Wed Jul 09, 2014 2:07 pm
- Forum: Technical / Scripting
- Topic: Invalid Index when creating a New Group
- Replies: 2
- Views: 3371
Invalid Index when creating a New Group
I have version 13.2.3 and whenever I try to create a new folder, I get an error, Invalid Index. I currently have no groups defined.
I guess I could try a reinstall, but I'm hoping there is a simple answer rather than a shot in the dark.
Steve.
I guess I could try a reinstall, but I'm hoping there is a simple answer rather than a shot in the dark.
Steve.
- Thu Nov 15, 2012 7:13 pm
- Forum: Technical / Scripting
- Topic: GetWindowTextEx when the target crosses monitors
- Replies: 1
- Views: 2814
GetWindowTextEx when the target crosses monitors
I was debugging a script I'm working on and would get unexpected results sometimes. The script could use either of two programs and needs to recognize when one or the other or both are open. What I found was that as I was working, I'd open and close these programs, and sometimes the windows would cr...
- Wed Nov 14, 2012 7:56 pm
- Forum: Technical / Scripting
- Topic: Compiled script fails with Access Violation
- Replies: 1
- Views: 2964
Compiled script fails with Access Violation
Just found this. Apparently I needed to have the dlls listed in the folder of the compiled macro, not just on my machine...http://www.mjtnet.com/usergroup/calling ... t7200.html
Once I copied them to the network path into which I was compiling, it worked just fine.
Once I copied them to the network path into which I was compiling, it worked just fine.
- Wed Nov 14, 2012 6:03 pm
- Forum: Technical / Scripting
- Topic: Compiled script fails with Access Violation
- Replies: 1
- Views: 2964
Compiled script fails with Access Violation
I have a script that works well under debug and using the Run Now button. When I compile the script, it fails with: Access Violation at Address 00000000. Read of address 00000000. It seems to be failing on the GetTextInit portion of the script. I just upgraded to 13.2.3 in an effort to overcome the ...