changing "document" terminology for AppleScript support
changing "document" terminology for AppleScript support
- Subject: changing "document" terminology for AppleScript support
- From: Mike Abdullah <email@hidden>
- Date: Sat, 26 Aug 2006 17:55:51 +0200
I am trying to add scripting support to my app. I have used sdef
editor to add the basic skeletal sdef to my app and things work nicely.
However, the term "document" is not very appropriate for my app, and
I wish to change it to "event"
I have gone through and renamed everything appropriate in the sdef
(as far as I can see) and things now work fine. I can quite happily do:
get events
get event "Untitled"
However, when I do this, the text that appears at the bottom of the
script editor to indicate what the script returned still says:
document "Untitled" of application "My App"
Presumably I need to also alter something in my actual code, but what?
Mike.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden