Shane,
That's not what I have:
on «event cnfghelp» CNFGshowHelp() end «event cnfghelp»
That's lines 19 to 21 of main.scpt.
And it goes on with what you quote below:
on CNFGshowHelp() set thisFile to (path to resource "handlers.html") tell application "Safari" activate open thisFile end tell end CNFGshowHelp
When I saw that, I wondered how the "event cnfghelp" could be linked to the command "show help", and since I am not seeing what you see I still don't have an answer.
Jean-Christophe
On Jan 4, 2016, at 21:57, Shane Stanley < email@hidden> wrote:
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
|