[SOLVED] NSTextView Continuously Updates Value doesn't ...
[SOLVED] NSTextView Continuously Updates Value doesn't ...
- Subject: [SOLVED] NSTextView Continuously Updates Value doesn't ...
- From: SA Dev <email@hidden>
- Date: Sun, 22 May 2005 09:57:39 -0400
After experimenting with a clean test project, I found that it was
indeed just my app that was broken. I tried several things before
remembering that this particular text view is a custom subclass I
created (I hadn't worked on this project for about six months). When
I switched it back to a normal NSTextView, it worked just fine, so it
was time to go over my code.
What I found was that I had overridden -didChangeText (to perform
some additional drawing) without calling super. That'd do it. ;-)
On May 20, 2005, at 9:16 PM, SA Dev wrote:
List:
I have an NSTextView whose data binding is bound to my model. The
data is stored and retrieved correctly. I have Continuously Updates
Value checked and this used to work just fine.
As of Tiger, I notice that it only updates the value when the
text view loses focus. Is this a known issue or is it specific to
my app? I'm using Core Data if that makes a difference (it just
might).
_______________________________________________
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