maybe a good copyright prompt

Just Dave

In Memoriam
Suspended / Banned
Messages
29,876
Name
Dave
Edit My Images
Yes
ORIGINAL thread CLICY LINK

after opening a file from mike I got this prompt anyone know why, it would be useful for copyright notice, how does this work then please

badge.jpg


please can others peps test this doenlod mike file and test it I have never seen this before has anyone else seen it and know how to to achieve it

Dave
 
Last edited:
Not too sure, but would say that you have a script set up somewhere "on Event" i.e on open, on save or on close which is pulling some Exif data tfrom the image to perhaps do something else with it later in the script.... (unless you ran a script manually)

Wouldn't usually expect alerts on finished script, but if during coding you want to ensure it's pulling the right info, you get it to output what it's doing, then when happy, either comment it or remove it altogether...


eg... alert(n + ": " + stringTemp); //Show what's coming out of array whilst playing, and //alert(n + ": " + stringTemp); //Show what's coming out of array on finished script....

hope this makes sense.

Forgot to add, that this would only pop up whilse the script was running, so unless you had the javascript running on load of a webpage, it wouldn't really help from a copyright perspective ( I think) although the data is embedded with the image in any case...
 
Last edited:
I opened it in CS3 but no such "pop-up" here :shrug:
 
Not too sure, but would say that you have a script set up somewhere "on Event" i.e on open, on save or on close which is pulling some Exif data tfrom the image to perhaps do something else with it later in the script.... (unless you ran a script manually)

Wouldn't usually expect alerts on finished script, but if during coding you want to ensure it's pulling the right info, you get it to output what it's doing, then when happy, either comment it or remove it altogether...


eg... alert(n + ": " + stringTemp); //Show what's coming out of array whilst playing, and //alert(n + ": " + stringTemp); //Show what's coming out of array on finished script....

hope this makes sense.


Forgot to add, that this would only pop up whilse the script was running, so unless you had the javascript running on load of a webpage, it wouldn't really help from a copyright perspective ( I think) although the data is embedded with the image in any case...

it happened in CS3

where would you insert that script
 
Last edited:
Open cs3
Go to file/scripts/script event manager

This is the area that will have event driven scripts
Suspect that you have adobe's display camera maker script set to run on open document

You can disable it by unchecking the box to enable events etc. Or just remove it from list
 
Open cs3
Go to file/scripts/script event manager

This is the area that will have event driven scripts
Suspect that you have adobe's display camera maker script set to run on open document

You can disable it by unchecking the box to enable events etc. Or just remove it from list

yup that does it!!!!!!! :thumbs:
 
Back
Top