Re: "Visible at Launch" again, with "least" example
Re: "Visible at Launch" again, with "least" example
- Subject: Re: "Visible at Launch" again, with "least" example
- From: Scott Anguish <email@hidden>
- Date: Tue, 3 Jul 2007 18:45:57 -0400
On Jul 3, 2007, at 4:50 PM, Bill Cheeseman wrote:
Depending on what you're up to, you might also want to look at
-[NSApplication:openFileWithoutUI:]. But I've never used it, so I'm
not
sure.
good old
- (BOOL)application:(NSApplication *)sender openFileWithoutUI:
(NSString *)filename
The last time I recall using this was when I was working on Chartsmith
I think. the situation was some other application wanting to use the
Chartsmith distributed objects capabilities, but without making the UI
reflect things on the screen.
So, send a file to the app, do something with it without user
interaction.. then stop.
It doesn't sound like this is appropriate for the original poster's
needs.
_______________________________________________
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