| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I'm writing my own create command and have made some progress, but have run up against a roadblock....
And the objectSpecifier is as follows (copied from previous posts on similar topics):
- (NSScriptObjectSpecifier *)objectSpecifier {
NSScriptObjectSpecifier *containerRef = [NSApp objectSpecifier];
return [[[NSIndexSpecifier alloc] initWithContainerClassDescription:[containerRef
keyClassDescription] containerSpecifier:containerRef key:@"metadata"
index:0] autorelease];
}
As shown in the console output, I am not able to use the AppleScript object in a get statement.
Also, I notice in Script Editor that I get: +class ; 1 shown after running the extract command. Not sure this is correct.
Anyone see what is wrong with what I have done?
| References: | |
| >AppleScript create command (From: "James J. Merkel" <email@hidden>) | |
| >Re: AppleScript create command (From: "James J. Merkel" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.