Connections between a text field and an instance variable do not work
Connections between a text field and an instance variable do not work
- Subject: Connections between a text field and an instance variable do not work
- From: Yevgeniy Goldberg <email@hidden>
- Date: Sat, 3 Mar 2007 23:27:20 -0600
Greetings!
Just getting started with cocoa.
Attempting to create a Core Data application "by the book".
Created a model and dragged it to the IB, which created a GUI form
that corresponds to the model.
In IB created an outlet name textField type of NSTextField and made a
connection to it from the instance of my application_delegate to a
text field.
Created a button an an action for the button that suppose to display
a string in the text field.
In the run log I can see that my action is being triggered when I
press the button, but the text field remains empty.
What am I doing incorrectly?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden