Re: Frontmost App
- Subject: Re: Frontmost App
- From: kai <email@hidden>
- Date: Sun, 13 Feb 2005 06:25:38 +0000
- Delivered-to: email@hidden
- Delivered-to: email@hidden
On Sat, 12 Feb 2005 23:10:27 -0700, Donald Hall wrote:
tell application "System Events" to set theName to the name of every
process whose frontmost is true
This returns a one element list. For example:
{"Script Editor"}
Alternatively, to avoid getting a list:
tell application "System Events" to set theName to name of first
process whose frontmost is true
--> "Script Editor"
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.