Re: code for drawing an NSTextField to a panel window ...
Re: code for drawing an NSTextField to a panel window ...
- Subject: Re: code for drawing an NSTextField to a panel window ...
- From: Sidney San MartÃn <email@hidden>
- Date: Fri, 13 Mar 2009 00:22:19 -0400
Remember that Interface Builder does not generate code! It saves a
representation of the interface and its associated objects to a nib
file which is read at runtime. Generating your interface by hand will
not tell you what's going on behind the scenes, and IB is much more
appropriate than code for laying out windows.
-Sidney
On Mar 11, 2009, at 12:11 PM, vinai wrote:
I know IB will do this for you, but I'd really like to get a handle
on what goes on behind the scenes, so I've been attempting to create
some of these elements by hand, with little success...
_______________________________________________
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