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
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to