Applescript question

Howard Bornstein howard.bornstein at gmail.com
Sat Mar 19 12:07:38 EST 2005


> 
> No problem... here's what I use:
> 
>      tell application "System Events"
>        get the name of every application process whose frontmost is true
>      end tell
> 
> If you're using OS 9, tell the Finder instead of System Events. The
> reason
> this works is that there can only be one process whose frontmost is
> true, so
> it returns the name of the frontmost process.
> 
> HTH,


Thanks Ken! This worked perfectly!

-- 
Regards,

Howard Bornstein
-----------------------
www.designeq.com


More information about the use-livecode mailing list