Re: [ANN] OSA Menu 1.2.3d2 TEST
Re: [ANN] OSA Menu 1.2.3d2 TEST
- Subject: Re: [ANN] OSA Menu 1.2.3d2 TEST
- From: Nigel Garvey <email@hidden>
- Date: Sat, 18 Nov 2000 12:03:27 +0000
email@hidden wrote on Fri, 17 Nov 2000 16:29:28 -0800:
>
(This is a double post so skip it if you've seen it on that other list)
Ditto.
>
Leonard, I have experienced a bug that is similar to what others have
>
reported which is not corrected in this version.
[snip]
>
After a restart, the first time I try to run any script from OSA menu which
>
contains an OSAX call I get an error message indicating the script did not
>
understand the Osax call.
>
>
After the error message on the first attempt to run a script, OSA menu
>
works fine with no errors at all. In fact I can call a script from OSA
>
Menu, get the error, then immediately call the script a second time without
>
the error.
I've experienced this behaviour too, but only with scripts that contain
'path to' commands. I *think* this is because my particular scripts are
called from the desktop and are thus passed to the Finder to handle,
which is known not to get on well with 'path to'. My cure has been to
wrap the command in a tell block addressed to OSA Menu itself.
tell application "OSA Menu"
set fred to path to preferences
end
NG