Re: contextual menu and NSTextField
Re: contextual menu and NSTextField
- Subject: Re: contextual menu and NSTextField
- From: Ondra Cada <email@hidden>
- Date: Fri, 13 Sep 2002 14:02:13 +0200
On Friday, September 13, 2002, at 12:53 , Arthur Clemens wrote:
@implementation TextFieldWithContextualMenu
- (id)init {
...
but the init method is never called.
That would be since it is not the designated initializer: all controls
(all views, actually) are init'd by initWithFrame:, as cleanly documented.
In IB I have made the right connection...
Nevertheless, for initialization of a nibbed object you want to use
awakeFromNib instead of different inits anyway.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.