• 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: can't find error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can't find error


  • Subject: Re: can't find error
  • From: Ted Wrigley <email@hidden>
  • Date: Wed, 04 Feb 2015 13:46:40 -0800


On Feb 4, 2015, at 12:00 PM, email@hidden wrote:

if processlist does not contain "Skype" then
repeat while processlist does not contain "Skype"
tell application "Skype" to launch
delay 0.3
set processlist to name of every process
end repeat
end if # does not contain "Skype"

Do it this way instead:

repeat while application "Skype" is not running
tell application "Skype" to launch
end repeat

 _______________________________________________
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

  • Follow-Ups:
    • Re: can't find error
      • From: Robert Poland <email@hidden>
  • Prev by Date: Re: can't find error
  • Next by Date: Re: can't find error
  • Previous by thread: Re: can't find error
  • Next by thread: Re: can't find error
  • Index(es):
    • Date
    • Thread