textView outlet problem
textView outlet problem
- Subject: textView outlet problem
- From: simone gabbriellini <email@hidden>
- Date: Mon, 7 Mar 2005 15:34:18 +0100
Dear List,
I have a textView outlet (messaggioInvito) in which I would load a NSString (messaggio)
My code is:
[messaggioInvito insertText:messaggio];
but it seems that the outlet doesn't listen, and in the GUI nothing happens.
If I ask to printf the variable after this assignment, I have:
(null)
as an answer.
The textView is editable by the user, and messaggio do have a string stored.
cannot understand why this happens.
any help welcome
thank you,
simone
_______________________________________________
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