NSTextView question...
NSTextView question...
- Subject: NSTextView question...
- From: Alex Lock <email@hidden>
- Date: Sun, 5 Oct 2003 22:38:29 -0400
Hey guys,
This might be a simple question, but I've been having a great deal of
trouble...
I want to be able to dynamically put text in a text field, but I do NOT
want said field to be editable. It seems when disabling editability in
IB it also makes the textView insertString: message stop working. So,
how does one accomplish this seemingly easy goal?
Also, how can one remove a text field from the responder chain so that
a user can't accidentally change focus to the non-editable region and
foul up my key press methods?
Thanks in advance!
Alex <email@hidden>
_______________________________________________
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.