Hi,
I’ve earlier created a script to convert pages from a PDF to single jpg’s.
Suddenly there’s a lot of new lines/commands in the script that I’ve not added.
Things like:
«event 8BIMRzIm» «class pADc» given «class Wdth»
After this my script stopped working. Why does the script change automatically?
Is there some way to get back to the working script? I’ve got a copy of the script but that’s changed too.
What do I do? I need my working script today!!!
Huge thanks in advance if someone know how to solve my problem and respond to this!
Those are the event and class codes to which certain keywords in your script have been compiled. When you open the script in a script editor, the editor checks with the application, OSAX, or whatever from which the codes came and decompiles the codes back to the original keywords for display.
That hasn’t happened here, so it looks as though something on which your script depends has gone missing.
Ok thanks!
I had this problem a few weeks ago but when I opened the script in AppleScript today it worked.
I went back to the script a few hours later and the problem as back and the script no longer works.
Any idea how I can force the script to get back to normal and not go in this “compile mode” again?
OK - i closed the AppleScript and also closed PhotoShop.
When opening the script again the script was back to normal and works.
Now I know how to “solve” it but any ideas why the script behaves this way?