K
kevs
Is there any way to have the OS open jpegs in Photoshop, but in Entourage
have them open in Preview?
Thanks.
OS 10.3.7
Office 2004
have them open in Preview?
Thanks.
OS 10.3.7
Office 2004
Kevs, it's my experience that JPEGs that have been originally opened with or
edited in Photoshop and resaved as JPEGs will cause the OS to open them with
Photoshop regardless of their location. Such files have the yellow-ish icon
that indicates a Photoshop file.
Files that have not been created/modified in Photoshop contain the standard
Mac OS (blue-ish) icon -- and you'll notice that these are not visible in
thumbnail form in the finder. Such files are generally opened automatically
with Preview.
To answer your question, however, I do not know of a way to force the Finder
to treat them in the manner you've asked about. I, too, wouldn't mind being
able to do this...
Craig
Save this script as a compiled script in the 'Entourage Script Menu Items'
folder, assigning it a command key if required (see details in the help for
how to do this).
It will open any JPG attachments in preview.
set folderPath to (path to temporary items from user domain) as text
tell application "Microsoft Entourage"
try
set theMessage to item 1 of (get current messages)
on error
beep
return
end try
set theAttachments to every attachment of theMessage
repeat with aFile in theAttachments
set newFileName to folderPath & name of aFile
if newFileName ends with ".jpg" then
save aFile in newFileName
tell application "Preview" to open newFileName
end if
end repeat
end tell
Thanks Barry:
I go to the help menu and give this a whack. There is not pre-made script for
this you know of I can just drop in?
Sent off-list
It bounced. Is that your real email address?