Re: [NSApp mainMenu] returns nil under 10.4.3
Re: [NSApp mainMenu] returns nil under 10.4.3
- Subject: Re: [NSApp mainMenu] returns nil under 10.4.3
- From: Alex Fischer <email@hidden>
- Date: Thu, 1 Dec 2005 17:49:29 +0100
Alex,
On 1.12.2005, at 16:08, Alex Fischer wrote:
Well I agree with you all in the convenience of using NIBs, but
that really mean that we have to necessarily use XCode /
Interface builder to develop Cocoa Apps and cannot just rely on an
text editor and GCC to develop those apps. Really GCC can compile
ObjC, but it seems to be "worthless" if we do not use NIBs and
invoke GCC through XCode.
Not quite. You can DIY, if you really want to. NIBs are (can be)
plain text files nowadays, so you can edit them in vi :)
(theoretically you could create them there as well, but to do that,
you would have to know the structure extremely well), gcc would
compile ObjC all right. Construct the bundle structure using mkdir,
put NIBs and other resources (at very least Info.plist) there using
cp. Done.
Not that I can see any reason why you should do this all, but
possible it definitely is.
I know you can do that, but at last you would still be using a NIB
file ;-)
Alex Fischer
_______________________________________________
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