• 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
Re: Is: Getting Version of Installed System Events, Was: Re: Isn't there a way...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is: Getting Version of Installed System Events, Was: Re: Isn't there a way...


  • Subject: Re: Is: Getting Version of Installed System Events, Was: Re: Isn't there a way...
  • From: Rob Jorgensen <email@hidden>
  • Date: Wed, 30 Jul 2003 08:40:39 -0400

At 4:01 AM -0600 7/30/03, Johnny AppleScript wrote:
Anyone have a quick way to check for the version of the current System
Events?

Something like this might work.

tell application "System Events" to set v to version

if v is less than "1.2" then
display dialog "No UI scripting for you."
return
else
display dialog "UI scripting is available."
end if

-- Rob
_______________________________________________
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.

References: 
 >Is: Getting Version of Installed System Events, Was: Re: Isn't there a way... (From: Johnny AppleScript <email@hidden>)

  • Prev by Date: progress indicator stops while do shell script
  • Next by Date: Re: Is: Getting Version of Installed System Events, Was: Re: Isn't there a way...
  • Previous by thread: Is: Getting Version of Installed System Events, Was: Re: Isn't there a way...
  • Next by thread: Re: Is: Getting Version of Installed System Events, Was: Re: Isn't there a way...
  • Index(es):
    • Date
    • Thread