I'm trying to add applescript support to my cocoa app. I can
access most of my objects' properties (including text, numbers,
and enumerations), but the 'name' property seems to be different.
Yep. Cocoa has special built-in support for name and ID attributes.
The "name" attribute associates with the type NSString and the 4-
char code 'pnam'.
The ID attribute associates with either NSString or NSNumber and
the 4-char code 'ID '.
All best
Don
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-implementors mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden