Logging dialog windows when opening files?
Hi there,
I am batching hundreds of .ai files(I shared my solution for this in one of my posts), and need to suppress the dialog windows with the "app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;"
Is there any way to capture those open file errors before they are suppressed so I can write them to a file?
I get dialog messages about font issues, something about Fireworks stuff, yadda yadda... and the above command successfully suppresses those messages, but I would like to generate a log file.
Best,
Scott