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: Emmanuel <email@hidden>
- Date: Sat, 18 Jan 2003 09:04:53 +0100
At 4:32 PM -0800 17/01/03, Paul Berkowitz wrote:
The usual absolute fail safe thing is to give the full filepath to the
version you want to open. I think someone mentioned that already, but I
don't recall Michael saying he'd tried that.
(Maybe me, I do it all the time)
set XHelpAppPath to (path to "csrv" as Unicode text) & "Help Viewer"
tell application XHelpAppPath
launch
display dialog "Hello"
end tell
(as was mentioned, this does not work, I've got to supply "Help Viewer.app")
---------------
set XHelpAppPath to "" & (path to "csrv") & "Help Viewer.app"
tell application XHelpAppPath
launch
display dialog "Hello"
end tell
---------------
Sometimes when I run this script I get an "Invalid connection" error
message but that's certainly not related to Michael's problem :-)
Emmanuel
PS
Or, is it?
_______________________________________________
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.