Re: Frontmost App and --Script Menu-- (oops)
Re: Frontmost App and --Script Menu-- (oops)
- Subject: Re: Frontmost App and --Script Menu-- (oops)
- From: Irwin Poche <email@hidden>
- Date: Mon, 12 Apr 2004 00:15:58 -0500
Thanks Mike - that does it.
On Apr 11, 2004, at 8:39 PM, Michael Terry wrote:
On Apr 11, 2004, at 5:36 PM, Irwin Poche wrote:
Can I do what I'm wanting to do and, if so, how ?
If the only problem is getting the true front application from Script
Menu, you should replace your handler with this:
----------------------------------
on FrontmostApp()
tell application "Finder"
return displayed name of (path to frontmost application)
end tell
end FrontmostApp
----------------------------------
Mike
_______________________________________________
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.