Re: Why does the Script Editor Service do this?
Re: Why does the Script Editor Service do this?
- Subject: Re: Why does the Script Editor Service do this?
- From: Deivy Petrescu <email@hidden>
- Date: Thu, 16 Jan 2003 22:43:21 -0500
At 22:45 -0800 1/16/03, Michael Cytrynowicz wrote:
In the new page <http://www.apple.com/applescript/script_editor/110.html>
there's the script below, with instructions to go to the Services menu,
select the Script Editor and Run as AppleScript.
If I do it, it starts System 9. I went to check, and MacOS X Help Viewer
_is_ named Help Viewer. What is happening?
TIA for any clarification,
Mike
.....................................
tell application "Help Viewer"
activate
display dialog "Hello!"
end tell
Runs fine OMM. But if you have this kind of problem, try ending the
name of the app with an ".app", i.e.
tell application "Help Viewer.app"
activate
display dialog "Hello!"
end tell
--
Deivy Petrescu
http://www.dicas.com
_______________________________________________
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.