Re: Best way to save this doc?
Re: Best way to save this doc?
- Subject: Re: Best way to save this doc?
- From: Scott Anguish <email@hidden>
- Date: Sat, 13 Apr 2002 17:15:31 -0400
On Saturday, April 13, 2002, at 02:37 PM, Marc Respass wrote:
Thanks a lot, Andy. Looks like my NIB is corrupted though. I've got
IBOutlet id noteTextView;
likely not related to your problem, but this is a redundant form
IBOutlet is needed to tell IB to parse variables that are not ID,
so for example
IBOutlet NSTextView *noteTextView;
IBOutlet NSTextField *someField;
id's are actually found without the preceeding IBOutlet, although it's
better form in my opinion to use the IBOutlet and class type (you get
some compile warnings that could be useful)
_______________________________________________
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.