• 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
NSArrayController/Modal dialog/KVO Gordian knot
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSArrayController/Modal dialog/KVO Gordian knot


  • Subject: NSArrayController/Modal dialog/KVO Gordian knot
  • From: vincent habchi <email@hidden>
  • Date: Sat, 12 Jun 2010 10:55:59 +0200

Hi again,

I am still stuck in my (very simple) dialog management. Briefly, I have a modal dialog that allows the user to create objects whose attributes are derived from various fields. I need to set the a default value to one attribute of a newly created object (after clicking on a button); however this scheme:

[arrayController insert]
[arrayController setSelectionIndex:0]
[[arrayController selection] setValue:foo forKey:@"spam"]

fails, because the creation of the new object is postponed until next Runloop iteration (so when the arrayController is void, there is no selection). I tried KVO on the "content" key of arrayController, but it fails also, the observation message seems to be hold until the modal runloop exits.

Any possible alternative?

Thanks,
Vincent_______________________________________________

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: NSArrayController/Modal dialog/KVO Gordian knot
      • From: Keary Suska <email@hidden>
    • Re: NSArrayController/Modal dialog/KVO Gordian knot
      • From: "email@hidden" <email@hidden>
  • Prev by Date: Help system question...
  • Next by Date: Re: How to specify the superview in the Interface Builder?
  • Previous by thread: Re: Help system question...
  • Next by thread: Re: NSArrayController/Modal dialog/KVO Gordian knot
  • Index(es):
    • Date
    • Thread