• 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: Display dialog + compiled scripts
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Display dialog + compiled scripts


  • Subject: Re: Display dialog + compiled scripts
  • From: Andy Wylie <email@hidden>
  • Date: Thu, 01 Aug 2002 21:11:25 +1200

on 8/1/02 8:32 PM +1200: iWrote:

> tell application "Finder"
> tell (every process whose frontmost is true) as +class psn ;
> display dialog "whatever"
> end tell
> end tell
$#!%...
tell application "Finder"
if (every process whose frontmost is true) = {} then
display dialog "I wears the pants's %)"
else
tell (every process whose frontmost is true) as +class psn ;
display dialog "whatever"
end tell
end if
end tell
_____________________________ Andy
_______________________________________________
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: 
 >Re: Display dialog + compiled scripts (From: Andy Wylie <email@hidden>)

  • Prev by Date: Re: Write to file??
  • Next by Date: Re: Display dialog + compiled scripts
  • Previous by thread: Re: Display dialog + compiled scripts
  • Next by thread: Re: Display dialog + compiled scripts
  • Index(es):
    • Date
    • Thread