Apple script question
Yves COPPE
yvescoppe at skynet.be
Sun Jan 9 11:28:16 EST 2005
Hi Ken,
>
> Well, I don't know the specific calls to ovolab, so it is likely
> there's
> something wrong with the "get number of party" line. You should test
> the
> script in the AppleScript Editor before implementing it. I was basing
> it on
> the following script that *does* work:
>
> local a_variable
> on mouseUp
> put "tell app" && quote & "Finder" & quote & cr & \
> "get name of first disk" & cr & \
> "end tell" into tAScript
> do tAScript as applescript
> put the result into a_variable
> put a_variable
> end mouseUp
>
> If the script above works, then it is likely it's just a problem with
> the
> "get number of party" line.
>
>
thank you I will test in the Applescript Editor to see what happens;
I'm on the good way.
Greetings.
Yves COPPE
yvescoppe at skynet.be
More information about the use-livecode
mailing list