Re: AppleEvents from Cocoa?
Re: AppleEvents from Cocoa?
- Subject: Re: AppleEvents from Cocoa?
- From: email@hidden
- Date: Sat, 13 Apr 2002 17:02:34 +0200
On samedi, avril 13, 2002, at 04:09 , Jim Correia wrote:
On Saturday, April 13, 2002, at 09:37 AM, email@hidden wrote:
Try -[NSWorkspace openFile:] on the folder.
Hum, after thinking a bit about this, it won't work since the Reveal
Item Finder event select the file and also makes it visible within its
parent folder (scrolling if necessary).
But
NSWorkspace
- (BOOL)selectFile:(NSString *)fullPath
inFileViewerRootedAtPath:(NSString *)rootFullpath;
is documented as having the desired outcome.
Perfect. The worst is that I'd searched the NSWorkspace documentation
before asking...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.