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: Justin Spahr-Summers <email@hidden>
- Date: Thu, 24 Feb 2005 08:04:14 -0600
The class doesn't change if you use it somewhere differently; you can
access the methods of NSProcessInfo anywhere, if I'm not mistaken.
On Wed, 23 Feb 2005 16:56:19 -0800 (PST), M M <email@hidden> wrote:
> 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?
_______________________________________________
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