MACSCRPT Archives

January 2006

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
John Delacour <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Tue, 17 Jan 2006 18:04:11 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
At 12:25 pm -0500 17/1/06, Bill Steele wrote:

>>>Is there a way for a script to identify the file selected in a 
>>>Graphic Converter browser window?  Nothing obvious in the 
>>>dictionary, and "selection-object" doesn't even compile.
>>
>>file in front window
>>--=> file "...."
>
>Works if the file has been opened, but not if it's just selected in 
>the browser window.
>
>Maybe I can work with that, though.

I have no difficulty with it, here selecting two thumbnails in the browser:


tell application "GraphicConverter" to Â
	selection in window 1
--=> {file "MacMini:Users:jd:Pictures:AUXERR_1.JPG", file 
"MacMini:Users:jd:Pictures:auxerre_ca1960.jpg"}


JD

ATOM RSS1 RSS2