• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AppleScript 1.8.3 Available for Mac OS 9 and X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleScript 1.8.3 Available for Mac OS 9 and X


  • Subject: AppleScript 1.8.3 Available for Mac OS 9 and X
  • From: Fernando Raineri <email@hidden>
  • Date: Tue, 25 Jun 2002 19:51:56 -0400

Date: Tue, 25 Jun 2002 16:26:16 -0700
Subject: Re: AppleScript 1.8.3 Available for Mac OS 9 and X
From: Chris Espinosa <email@hidden

Please continue to report any problems to this list; we monitor it
continually.

Chris Espinosa
Apple

Hello. I'm using an iBook 600 MHz with Mac OS X 10.1.5 and recently
updated to AppleScript 1.8.3 through software update.

I was working on the following script for pinging to a server,
to be triggered from the (Apple) script menu:

on run
set theDefaultServer to "xray3"
display dialog "Type name of the server:" default answer theDefaultServer
set theServer to the text returned of the result
try
set x to (do shell script "/sbin/ping -c 2 " & theServer)
display dialog x
on error theError
display dialog theError
end try
end run

and found out the following unexpected behavior:

The default answer (in this case "xray3") in the dialog box
is not highlighted; therefore one has to perform an extra step
in order to type a new server name in the dialog box.

I checked and found that this behavior was also observed in other scripts,
for instance in the "Current temperature by zip code" in the internet
services category of the script menu.

Please, I would appreciate it very much if somebody could check this
behavior, or maybe I'm doing something wrong?

Thank you. Fernando
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: AppleScript 1.8.3 Available for Mac OS 9 and X
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: AppleScript 1.8.3 Available for Mac OS 9 and X
  • Next by Date: Re: AppleScript 1.8.3 Available for Mac OS 9 and X
  • Previous by thread: Re: AppleScript 1.8.3 Available for Mac OS 9 and X
  • Next by thread: Re: AppleScript 1.8.3 Available for Mac OS 9 and X
  • Index(es):
    • Date
    • Thread