Re: unconnected TextFields
Re: unconnected TextFields
- Subject: Re: unconnected TextFields
- From: Robert Clair <email@hidden>
- Date: Thu, 23 Oct 2003 19:06:36 -0400
Did you by chance create methods to set the text values of the text
fields called -(void)setTextFieldName:(NSString *)newtext; where
textFieldName is the outlet name?
This prevents the outlet values from being set when the NIB is loaded.
Bingo! That was certainly it. Thanks for keeping me from wasting even
more time.
But a question. I know the naming convention, but a convention is just
that: a convention. There shouldn't be capital punishment for not
observing a convention. Is there something in the docs or the 20 lbs
of Cocoa books I read that says in really big International Orange
letters "If you have an outlet named ralphAndNorton nice Mr. IB is
going to make a method named setRalphAndNorton for you and if you
accidentally override it you are going to have a very unpleasant day"
???
I admit to being impatient with reading books...
If not, who do I shoot and where do I apply for the permit ? :-)
Thanks again,
Bob
_______________________________________________
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.