anyone have a problem where a script will open another script file? I am thinking ES is storing a function somehow across files in a global variable and is trying to run another file to get it rolling. never had this happen really.
any ideas?
script pulling over another file
-
Mike Hale
script pulling over another file
Is this a Photoshop script you are talking about? I have never run into a Photoshop script using a function from another script unless the other script that contains the function is referenced as an include or evalScript(). I have also never seen Photoshop 'store' variables, global or otherwise, after a script has stopped.
Bridge scripts are a little different and I guess it could be possible to have naming conflicts there is you use a lot of global variables.
It would be helpful if you gave more details about what you are experiencing.
Bridge scripts are a little different and I guess it could be possible to have naming conflicts there is you use a lot of global variables.
It would be helpful if you gave more details about what you are experiencing.