Re: PhotoShop Clear Guidelines
Re: PhotoShop Clear Guidelines
- Subject: Re: PhotoShop Clear Guidelines
- From: Stan Cleveland <email@hidden>
- Date: Thu, 11 Jan 2007 15:38:37 -0800
- Thread-topic: PhotoShop Clear Guidelines
Title: Re: PhotoShop Clear Guidelines
On 1/11/07 1:47 PM, Carlos Ysunza B. wrote:
Other alternative will be to record an action with “Clear Guides” command then just
tell application "Adobe Photoshop CS2"
tell document 1
do action "DeleteGuides" from "CYB"
Using an action is a simple solution and is fine for a single system, Carlos. But when deployed on multiple systems, it becomes a bothersome and fragile dependency that adds time to each installation and will break the script if it’s inadvertently deleted. I prefer more self-contained solutions such as, in this case, a _javascript_ call.
Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden