Re: Application library ?
Re: Application library ?
- Subject: Re: Application library ?
- From: Shane Stanley <email@hidden>
- Date: Mon, 04 Jan 2016 23:57:29 +1100
On 4 Jan 2016, at 11:46 PM, Jean-Christophe Helary <email@hidden> wrote:
Yes, but the dictionary uses "show help" but there is not "show help" handler in the code, as far as I can tell.
Sure there is -- it's the very first one:
on show help CNFGshowHelp() end show help
on CNFGshowHelp() set thisFile to (path to resource "handlers.html") tell application "Safari" activate open thisFile end tell end CNFGshowHelp
|
_______________________________________________
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