On 20 Jun 2011, at 09:48, Rick C. wrote:

> Hi again,
> 
> I'm assuming there must be a way to call the standard Finder get info window 
> in cocoa but I can't figure it out?  I know this is possible in applescript 
> but hoping I don't have to go there...

I think that you will have to access the info window resource using scripting.
Depending on the complexity of what you require AppleScript might be the 
easiest approach.

If AppleScript is not on the cards try the scripting bridge. This can achieve 
the same result as the AS approach but generates the necessary events from ObjC 
land instead.
You can get the SB definition file for the Finder as follows:

sdef "/System/Library/CoreServices/Finder.app" | sdp -fh -o -


Regards

Jonathan Mitchell

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

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to