Re: Can't get getOSAID of «script»
Re: Can't get getOSAID of «script»
- Subject: Re: Can't get getOSAID of «script»
- From: Neil Faiman <email@hidden>
- Date: Sun, 14 Aug 2016 19:32:13 -0400
- X_cmae_category: , ,
> On Aug 14, 2016, at 7:18 PM, Shane Stanley <email@hidden> wrote:
>
> On 15 Aug 2016, at 7:58 AM, Neil Faiman <email@hidden> wrote:
>>
>> The AppDelegate class has some properties that it initializes in applicationWillFinishLaunching_:
>>
>> script AppDelegate
>> property parent : class “NSObject"
>> . . .
>> property zbaLib : missing value
>> property meetingLib : missing value
>
> What do those properties contain?
on applicationWillFinishLaunching_(aNotification)
tell current application
set zbaLib to load script file ((path to scripting additions from user domain as text) & "ZBA:zba.lib")
set meetingLib to load script file ((path to scripting additions from user domain as text) & "ZBA:meetings.lib")
. . .
end applicationWillFinishLaunching_
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden