• 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
Re: Cocoa bindings problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa bindings problem


  • Subject: Re: Cocoa bindings problem
  • From: "Sean McBride" <email@hidden>
  • Date: Fri, 30 Oct 2009 16:26:06 -0400
  • Organization: Rogue Research Inc.

On 10/30/09 7:01 PM, Squ Aire said:

>Thanks for the tip. However, the value transformer idea did not work.
>Even though it ended up showing exactly the same date (the value
>transformer just strips the time from the date) for each row, selecting
>multiple rows still leaves us with "Multiple values" in the text field.

Instead of a value transformer, in your NSManagedObject subclass add a
new method called 'timelessDate' which returns a modified version of
your 'date' attribute.  Then bind your table to 'timelessDate' instead
of 'date'.  Also use keyPathsForValuesAffectingValueForKey to indicate
that 'timelessDate' depends on 'date'.

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • RE: Cocoa bindings problem
      • From: Squ Aire <email@hidden>
    • Re: Cocoa bindings problem
      • From: Kyle Sluder <email@hidden>
References: 
 >Cocoa bindings problem (From: Squ Aire <email@hidden>)
 >RE: Cocoa bindings problem (From: Squ Aire <email@hidden>)

  • Prev by Date: RE: Cocoa bindings problem
  • Next by Date: Re: Scripting Bridge running method passing an array
  • Previous by thread: RE: Cocoa bindings problem
  • Next by thread: Re: Cocoa bindings problem
  • Index(es):
    • Date
    • Thread