In case it wasn't clear, if the string you're using to reference the
item is in fact a unique id, then your object specifier should be an
NSUniqueIDSpecifier, and not an NSNameSpecifier. They're considered
different things in AppleScript.
--Chris Nebel
AppleScript Engineering
On Jul 25, 2007, at 8:27 AM, Adam Knight wrote:
It's an AS reserved word thing. When you do (company "Bob's
Things") you're doing a name lookup and that's the method it's going
to call to do a name lookup.
Adam Knight
If you're not going to stop and appreciate the scenery, you're not
going to
enjoy Myst. The same thing applies on the Mac as well. -- Rand
Miller
On Jul 25, 2007, at 10:15 AM, Mike Zornek wrote:
Why "WithName" ? The objectSpecifier I built (and the string I see
from the
reference in the result window) is based on my uuid attribute; name
isn't
unique. Or is 'name' some kind of AppleScript reserved word thing?