Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Frontmost App




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.