Re: Best way to customize Cocoa
Re: Best way to customize Cocoa
- Subject: Re: Best way to customize Cocoa
- From: Daniel Jalkut <email@hidden>
- Date: Wed, 15 Feb 2006 00:47:52 -0500
How about from the awakeFromNib: method of the window controller
(assuming it's instantiated in a nib). The window might not be ready
yet when the init method is called. If you're instantiating the
controller manually, then just do it sometime after you've loaded the
window...
Daniel
On Feb 15, 2006, at 12:36 AM, Dan Koss wrote:
For the window background, all you have to do is call
"setBackgroundColor:" on the window.
I guess this is my principal question: from where do I call
setBackgroundColor? A window controller object init method?
_______________________________________________
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