Re: Create Guides in Photoshop, Impossible?
Re: Create Guides in Photoshop, Impossible?
- Subject: Re: Create Guides in Photoshop, Impossible?
- From: Jason Bourque <email@hidden>
- Date: Thu, 30 Dec 2004 11:44:15 -0500
Title: Re: Create Guides in Photoshop, Impossible?
BTW, This is what I have so far.
set vGuideLocation to ".5 in"
tell application "System Events"
if UI elements enabled then
tell application "Adobe Photoshop CS"
activate
set the clipboard to ".5 in"
end tell
tell me to do_menu("Adobe Photoshop CS", "View", "New Guide...")
tell process "Adobe Photoshop CS"
delay 1
tell window "New Guide"
-- return properties
keystroke "v" using {command down}
delay 1
-- set value of radio button "Horizontal" to 1.0
-- set value of text field 1 to vGuideLocation
set x to 735
set y to 435
click at {x, y}
return
keystroke return
end tell
end tell
end if
end tell
On 12/30/04 11:18 AM, "Jason Bourque" <email@hidden> wrote:
Hello,
I am trying to create guides in Photoshop CS that are duplicate guides in Quark 6.5. This way I can align things quickly.
I have looked and don’t see guide as an object. I tried scripting the menu command make guide. But it doesn’t respond to the commands in GUI Scripting.
Maybe I could create a line as a graphic object.
Any help or ideas greatly appreciated.
Thanks,
Jason Bourque
_______________________________________________
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