• 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
Why is copyWithZone: being called?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why is copyWithZone: being called?


  • Subject: Why is copyWithZone: being called?
  • From: T Reaves <email@hidden>
  • Date: Mon, 21 Feb 2005 13:20:13 -0500

	Hello all.

I am working on an application utilizing bindings. I have a UI page bound to a domain object via an NSArrayController - the domain object has only NS* data members - , and that works well. I then added a second domain object, and the first (bound) object no has the second domain object as a data member.

So I added the new keys to the NSArrayController using the dot notation (attribute.attribute). I then bound the new widgets in the UI to the new keys of the controller. Now, when I start the app, I get the error:
*** -[Range copyWithZone:]: selector not recognized


I know how to implement copyWithZone:. What I do not understand is why I must. Why is it that when a domain object contains only NS* data members, bindings do not call copyWithZone:, but when a domain object contains other domain object data members copyWithZone: is called?

_______________________________________________
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


  • Follow-Ups:
    • Re: Why is copyWithZone: being called?
      • From: Jiva DeVoe <email@hidden>
    • Re: Why is copyWithZone: being called?
      • From: "Sean McBride" <email@hidden>
  • Prev by Date: Re: Outline View Query
  • Next by Date: Re: setEventHandler not working! (AppleScript related)
  • Previous by thread: Re: Outline View Query
  • Next by thread: Re: Why is copyWithZone: being called?
  • Index(es):
    • Date
    • Thread