This content has been marked as final.
Show 4 replies
-
1. Re: How to ignore dialogs
(Dave_Saunders) Sep 2, 2008 5:31 AM (in response to Seth McGraw)That statement doesn't do anything. It calls for the value of a non-existent property.
You're trying to set a value, so there has to be an equals sign in there. Try this:
>app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
And then, as soon as possible do this:
>app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
to switch it back on again.
Dave -
2. Re: How to ignore dialogs
Seth McGraw Sep 2, 2008 5:54 AM (in response to Seth McGraw)awesome, i'll give it a try. -
3. Re: How to ignore dialogs
Loic.Aigon Sep 2, 2008 1:35 PM (in response to Seth McGraw)Hey seth, what about the 5 digit check script I gave to you. Did it help you ? -
4. Re: How to ignore dialogs
Seth McGraw Sep 3, 2008 1:16 PM (in response to Seth McGraw)Corporate shifted me to tech support for a week to cover for someone on vacation. I should get to try it out monday.