• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[SOLVED] NSTextView Continuously Updates Value doesn't ...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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
References: 
 >NSTextView Continuously Updates Value doesn't ... (From: SA Dev <email@hidden>)

  • Prev by Date: Re: [[eSellerateObject alloc] init] causes SIGTRAP
  • Next by Date: Re: AddressBook-like TextFields?
  • Previous by thread: NSTextView Continuously Updates Value doesn't ...
  • Next by thread: Warnings on app termination from bindings to window controller?
  • Index(es):
    • Date
    • Thread