Hi,
I wrote a script and when I try to run it, I notice the script opens up each time and am having difficulty running the script. Everytime I leave the script open using the edito and then click the run button it works fine. But if I close the script and then run from the small macro window main (Macro Scheduler 11) window that shows a list of all the macros that you have? when I run script from there, the entire script opens up Pls help
script starts to run but script opens each time
Moderators: Dorian (MJT support), JRL
It's impossible to know exactly what's going without seeing the script.
This is a shot in the dark but I have a suspicion that your script is sending key strokes like press enter or CTRL+M. If that's the case, make sure the macro scheduler interface is NOT in focus because pressing enter or CTRL+M while the macro scheduler interface is in focus will always open the selected script.
This is a shot in the dark but I have a suspicion that your script is sending key strokes like press enter or CTRL+M. If that's the case, make sure the macro scheduler interface is NOT in focus because pressing enter or CTRL+M while the macro scheduler interface is in focus will always open the selected script.
If you recorded the script, then it simply put in commands to mimick what you did -- and this is usually not a problem. What might be a problem however is if you edited the script, and took out some steps or added new ones that are contributing to your problem.
I think you need to cut/paste your script here on the forum so we can take a look at it and find the problem.
I think you need to cut/paste your script here on the forum so we can take a look at it and find the problem.