Executing Actions thru Applescript only executes the first step in action! CS3 (AS)
Hi All,
Created an applescript to execute a pre-recorded action from illustrator. When i ran the script, actions only execute the first step in the recorded action.
ACTION: Created an action called "TestScript" under "Default Actions" which contains --> Select All --->Create Outlines. This action will select all the text frames in the document and Outlines all the text in the selected text frames.
APPLESCRIPT:
tell application "Adobe Illustrator"
activate
do script "TestScript" from "Default Actions"
end tell
Problem: When i run the applescript, script executes the action, until "Select All", it is not executing the second statement which is Create Outlines.
I might be missing some simple steps here. Any advise would be appreciated.
Rgds
JaiM
