Re: (help?!?) GraphicConverter: setting pixel(s) for definition of selection
Re: (help?!?) GraphicConverter: setting pixel(s) for definition of selection
- Subject: Re: (help?!?) GraphicConverter: setting pixel(s) for definition of selection
- From: Mr Tea <email@hidden>
- Date: Thu, 01 Aug 2002 20:10:44 +0100
This from email@hidden - dated 1-8-02 06.22 pm:
>
<<ISSUE: HOW DO I SELECT PIXEL AT 400,250 & SET AS SELECTION FOR FURTHER
>
TESTING?>>
tell application "GraphicConverter"
set selection of window 1 to {400, 250, 401, 251}
end tell
>
<<ISSUE: HOW DO I SET PIXEL RANGE 250,100 THRU 285, 125 AS SELECTION?>>
tell application "GraphicConverter"
set selection of window 1 to {250, 100, 285, 125}
end tell
HTH
Nick
--
Brew of the day: African Blend
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.