Re: Replace Text in Finder Command-F Window
Re: Replace Text in Finder Command-F Window
- Subject: Re: Replace Text in Finder Command-F Window
- From: Tommy Bollman <email@hidden>
- Date: Wed, 2 Feb 2011 17:53:03 +0100
> To open the Command-F window, you can use this snippet:
>
> tell application "Automator Runner"
> activate
> set sharedWorkspace to call method "sharedWorkspace" of class "NSWorkspace"
> call method "showSearchResultsForQueryString:" of sharedWorkspace with parameter (text returned of (display dialog "Choose a search query:" default answer ""))
> end tell
>
> I'm not sure if this is what you want.
Hello André
Where did you learn that kind of AppleScripting, Wow… You can actually use AsObjC directly from within AppleScript???
And where is the Automator Runner documented???
I'll ask my friend Google, but it would be nice if you could provide some useful pointers!!
-Seems like I have slept through a revolution!
Tommy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden