How do I loop through already open psds?
How do I loop through already open psds?
- Subject: How do I loop through already open psds?
- From: "Patrik B." <email@hidden>
- Date: Sun, 8 Oct 2006 23:38:06 -0700
Hi,
I just started applescripting photoshop cs2 and tried looping through open
documents but for some reason it did the action always to document 1 instead
of the next in line. Why is this?
My code is something like this:
tell app "adobe photoshop cs2"
set mydocs to documents
repeat with i in mydocs
-- my action on i
end
end
Also I tried doing a search and replace of text via applescript but could
not find a command for that in the dictionairy is this function even
scriptable?
Best, Patrik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden