Re: Help. How to use the argument list passed in NSApplicationMain?
Re: Help. How to use the argument list passed in NSApplicationMain?
- Subject: Re: Help. How to use the argument list passed in NSApplicationMain?
- From: M M <email@hidden>
- Date: Wed, 23 Feb 2005 16:56:19 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
Hi Ben,
I tried to use NSProcessInfo like the ff and got the
argument list.
NSProcessInfo* processInfo= [NSProcessInfo
processInfo];
NSArray *commandLineArguments= [processInfo
arguments];
but i would like to use the arguments in my Controller
class which is my main dialog.
How can i get the argument list after launching the
main dialog or is it possible to get it during
awakeFromNib?
How can i use NSProcessInfo in my Controller class?
thanks
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden