Re: cocoa app from scratch
Re: cocoa app from scratch
- Subject: Re: cocoa app from scratch
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 31 Jul 2004 15:30:59 +0100
On 29 Jul 2004, at 01:35, mmalcolm crawford wrote:
On Jul 28, 2004, at 4:55 PM, Shalev NessAiver wrote:
Regarding the original question: I think it is possible to do most of
the programming within the actual code. However, some things will
probably still have to be done within Interface Builder - that's just
how Cocoa is set up.
This turns out not to be the case ((c) MP 1990 or so). Anything you
can do in Interface Builder you can do in code. It just might take a
lot of code. There is no magic.
Actually IIRC there were some issues with setting up the menu bar when
I tried this. You needed to do something crazy like instantiate a
private Apple menu class, add it and then remove it. This was circa
10.1, things may have changed, and I may have been missing something...
-- Finlay
_______________________________________________
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.