Re: Setting Script Editor Application
Re: Setting Script Editor Application
- Subject: Re: Setting Script Editor Application
- From: JJ <email@hidden>
- Date: Wed, 20 Feb 2002 19:06:38 +0100
>
I am using Script Debugger. Is there any way to get into Applescript
>
Guidebook from SD or must I switch to Finder?
Place this script into "scripts" folder, and it will be available the next
time you launch SD:
set AppleScriptGuideBook to (path to help folder as text) & "AppleScript
Guidebook:bkfr.htm" as alias
tell application "Finder" to open AppleScriptGuideBook
>
When in the Guidebook clicking on the icon for the Script Editor gets me the
>
error " Can't find Script Application". How do I tell 9.2 to open SD as
>
default editor? I tried looking in the File Exchange CP without success, and
>
Copy&Paste of scripts is impossible in Guidebook
You should recompile any script located into folder "scr", into "AppleScript
Guidebook" folder into help folder, replacing "ToyS" with "asDB".
JJ
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.