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