Re: AppleScript Cocoa things that don't work
Re: AppleScript Cocoa things that don't work
- Subject: Re: AppleScript Cocoa things that don't work
- From: Jim Correia <email@hidden>
- Date: Thu, 23 May 2002 17:34:11 -0400
On Thursday, May 23, 2002, at 04:13 PM, Ron Davis wrote:
2) I have a ToManyRelationship and want to write a script that does
something like this:
get the name of every myItem of the current application
This returns an error.
What error does it return? (It is a know issue that the errors that
cocoa scripting generates are poor, but it may help anyway.)
What does your complete script look like?
This example works fine with TextEdit:
tell application "TextEdit"
get name of every window
end tell
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.