NSTextField problems.
NSTextField problems.
- Subject: NSTextField problems.
- From: John Draper <email@hidden>
- Date: Tue, 08 Feb 2005 16:48:12 -0800
Hi,
In my application, I extract information from a NSTextField like so....
pw = [password stringValue];
user = [userName stringValue];
pw and user are local variables in my "doLogin" function. I have no
problem extracting
the strings from program control, except when I try to get them again,
after they
were edited and changed. The next time I get them, it crashes... in
the NIB
Attributes information on the NSTextField I have...
Send Action on - End editing
Options: Editable and Enabled
Should I set "Send Action on" to "Enter only"? I tried that, it didn't
seem to
make any difference.
John
_______________________________________________
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