Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Applescript > Remote AppleScr...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 34 Topic 1577 of 1643
Post > Topic >>

Remote AppleScript: No user interaction allowed.

by Jolly Roger <jollyroger@[EMAIL PROTECTED] > Feb 19, 2008 at 06:08 PM

I'm trying to remotely display a message on my Mac mini serving as our 
DVR in another room, and running into a wall. The Mac mini is running 
Mac OS X 10.4.11, and System Preferences > Sharing > Remote AppleEvents 
is enabled, with "Allow events from Mac OS 9" checked and a 
corresponding password set.

I ran this script command to figure out the format of the URL I should 
use in my tell blocks:

     choose URL showing Remote applications

So here's the script - it's quite simple. I just want to activate the 
Finder and have it display a dialog box:

-- begin script
set hostName to "eppc://tv.jollyroger.net"

tell application "Finder" of machine hostName
     activate
     display alert "Title" message "Message" buttons {"Button"} giving 
up after 10
end tell
-- end script

When I executed the script for the very first time, Script Editor asked 
for my username and password, and I supplied it.

When script execution gets to the display alert line, it generates this 
error:

Finder got an error: No user interaction allowed.

Any ideas?

-- 
Note: Please send all responses to the relevant news group. If you 
must contact me through e-mail, let me know when you send email to 
this address so that your email doesn't get eaten by my SPAM filter.

JR
 




 34 Posts in Topic:
Remote AppleScript: No user interaction allowed.
Jolly Roger <jollyroge  2008-02-19 18:08:38 
Private Message
   2008-02-20 07:37:53 
Private Message
   2008-02-20 17:36:34 
Private Message
   2008-02-20 18:05:31 
Private Message
   2008-02-21 01:55:33 
Private Message
   2008-02-21 12:47:11 
Private Message
   2008-02-21 18:29:13 
Private Message
   2008-02-21 17:33:29 
Private Message
   2008-02-21 19:40:53 
Private Message
   2008-02-21 19:54:02 
Private Message
   2008-02-21 20:08:59 
Private Message
   2008-02-21 20:54:03 
Private Message
   2008-02-21 22:22:55 
Re: Remote AppleScript: No user interaction allowed.
Simon Slavin <slavins.  2008-02-22 21:55:26 
Re: Remote AppleScript: No user interaction allowed.
Jolly Roger <jollyroge  2008-02-23 21:18:27 
Private Message
   2008-02-23 22:09:53 
Private Message
   2008-02-24 10:20:36 
Private Message
   2008-02-24 09:49:19 
Private Message
   2008-02-24 11:18:15 
Private Message
   2008-02-24 10:58:15 
Private Message
   2008-02-24 14:24:46 
Private Message
   2008-02-24 13:41:43 
Private Message
   2008-02-24 15:08:36 
Private Message
   2008-02-24 00:01:22 
Private Message
   2008-02-24 10:19:56 
Re: Remote AppleScript: No user interaction allowed.
Jolly Roger <jollyroge  2008-02-24 14:33:40 
Re: Remote AppleScript: No user interaction allowed.
Jolly Roger <jollyroge  2008-02-24 14:37:59 
Private Message
   2008-02-24 16:00:45 
Private Message
   2008-02-24 16:11:06 
Private Message
   2008-02-24 16:16:05 
Private Message
   2008-02-24 16:27:29 
Private Message
   2008-02-24 16:18:39 
Private Message
   2008-02-24 16:27:41 
Private Message
   2008-02-24 16:38:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 13:47:49 CDT 2008.