Need some applescript help

This area contains the messages from the old Yahoo gcmac group after the port.
Post Reply
vance9876
Posts: 0
Joined: Mon Jul 14, 2008 9:19 pm

Need some applescript help

Post by vance9876 »

I need an aid to create thumbnail photos. I need to be able to change the selection size to width & height exactly 100 pixels, but still use the left, top coordinates of the original selection. This is what I'm trying to do: tell application "GraphicConvertor" set x to first item in selection set y to second item in selection set selection to { x, y, x + 100, y + 100} end tell It tells me access not allowed to first item of selection. Isn't it just supposed to be a list?
Post Reply