• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: finder get info window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: finder get info window


  • Subject: Re: finder get info window
  • From: "email@hidden" <email@hidden>
  • Date: Mon, 20 Jun 2011 12:21:30 +0100









On 20 Jun 2011, at 12:16, Rick C. wrote:

> Sorry I just meant a way to launch that window similar to the way this will reveal an item in Finder:
>
> [[NSWorkspace sharedWorkspace] selectFile:filePath inFileViewerRootedAtPath:nil];
>
> If Applescript is the only way then I guess I'll have to give it a try.  Thanks to you both!
>
Insight is easily available. Fire up AppleScript editor hit record then select Finder and display get info window:
You should get something like the following:

tell application "Finder"
	activate
	open information window of document file "cspsol-data-big.txt" of folder "Jonathan" of folder "Users" of startup disk
	set position of Finder window 1 to {850, 191}
end tell

Regards

Jonathan Mitchell

Developer
Mugginsoft LLP
http://www.mugginsoft.com

>
> On Jun 20, 2011, at 6:50 PM, Graham Cox wrote:
>
>>
>> On 20/06/2011, at 6:48 PM, Rick C. wrote:
>>
>>> 'm assuming there must be a way to call the standard Finder get info window in cocoa
>>
>>
>> Seems a strange assumption. How do you "call" a window anyway?
>>
>> --Graham
>>
>>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >finder get info window (From: "Rick C." <email@hidden>)
 >Re: finder get info window (From: Graham Cox <email@hidden>)
 >Re: finder get info window (From: "Rick C." <email@hidden>)

  • Prev by Date: Re: finder get info window
  • Next by Date: Re: [iOS] What's the point of UISegementedControl.tintColor?
  • Previous by thread: Re: finder get info window
  • Next by thread: Running at Logout (like Technical Note TN2228, but for logout)
  • Index(es):
    • Date
    • Thread