Re: Find Window And the Find Dialog
Re: Find Window And the Find Dialog
- Subject: Re: Find Window And the Find Dialog
- From: John Delacour <email@hidden>
- Date: Tue, 1 Apr 2003 09:52:15 +0100
- Mac-eudora-version: 6.0a14
At 12:22 am -0500 1/4/03, Matthew Van Wyk wrote:
there any way to tell the finder to open and display the Find
Window (same as the one that is displayed when u press Apple-F)
So far as I can see "Find File" is not listed as a separate process,
but a quick and dirty way do do it is this:
tell app "System Events" to tell process "Finder"
set frontmost to true
keystroke "f" with command down
end
-- JD
_______________________________________________
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.