Re: PHP and Applescript
Re: PHP and Applescript
- Subject: Re: PHP and Applescript
- From: Grace Finn <email@hidden>
- Date: Sat, 9 Feb 2008 22:43:32 -0600
Wow - you guys are really great. I am running Leopard and both test
scripts worked! However, my applescript is supposed to open a robot
controller to run commands for the motors. The applescript does not
seem to be executing when I try it.
the applescript looks like this:
tell application "Robot Controller"
tell first robot
delay 3
tell outputs "AC"
set direction to Forwards
set activity to SwitchOn
delay 1
set activity to SwitchOff
end tell
end tell
end tell
Is there something else I need to add to the php file?
I basically followed the same scripting as the example. I originally
tried this with acgi dispatcher and it worked OK, but I could not get
Windows users to stop looking for the acgi file. Someone told me to
try php instead.
On Feb 9, 2008, at 9:07 PM, Gary (Lists) wrote:
"Brian Johnson" wrote:
Leopard gets more interesting
And more sluggish.
Sure wish I'd waited. <shrug>
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40ameritech.net
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden