Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing Variables #216

Open
leorbachar opened this issue Dec 31, 2022 · 0 comments
Open

Storing Variables #216

leorbachar opened this issue Dec 31, 2022 · 0 comments

Comments

@leorbachar
Copy link

Question: where do you store the variable for future use (e.g. "silent")? Can you only use vaiable names at that are already supported by Adobe?

I am trying to add a feature where the script will run for All Open Files. I got it done using simple While Loop but I am trying to save it for future use (I was able to make the changes to the Dialog box)

My proposed variable name is "AllOpenFiles" (and I added a checkbox called cbAllOpenFiles)...I just cant seem to be able to store it

I tried

desc.putBoolean(DEFAULT_SETTINGS.AllOpenFiles, fields.cbAllOpenFiles.value);

but it does not work

Thanks for your time

Leor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant