On Sep 18, 12:47 am, "Jon Stovell (a.k.a. Sesquipedalian)"
<[email protected]> wrote:
> Can someone running Leopard confirm whether Rob's updated version
> still works for them?
>

No, it won't work. If you want one script, you may have to use

-- (Leopard)
if (system attribute "sysv") = 4183 then
delay 0.1
                if ((count target's sheets) > 0) then set target to front sheet 
of
target -- Open panels use a sheet
                tell target
                        tell sheet 1
                                try
....
end if

--- (Snow Leopard, not tested)
if (system attribute "sysv") > 4183 then
.....

Reply via email to