> 
> 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
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to