Re: Display dialog + compiled scripts
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.