• 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: Updating webview with HTML attribute of a managed object
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updating webview with HTML attribute of a managed object


  • Subject: Re: Updating webview with HTML attribute of a managed object
  • From: Andreas Mayer <email@hidden>
  • Date: Tue, 18 Jul 2006 18:50:59 +0200


Am 18.07.2006 um 18:21 Uhr schrieb Tom Burns:

I am not sure how to go about
"getting" the managed object associated with the selected row in the
tableview.

You ask the associated array controller for it's current selection:

id firstSelectedObject = [[myArrayController selectedObjects] objectAtIndex:0];


Also, you'll probably want to add an observer, to be notified when the selection changes:


[myArrayController addObserver:self forKeyPath:@"selection" options:NSKeyValueObservingOptionNew context:NULL];


And don't forget to remove the observer, before you destroy it.


Andreas _______________________________________________ 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: Re: Updating webview with HTML attribute of a managed object
      • From: "Tom Burns" <email@hidden>
References: 
 >Updating webview with HTML attribute of a managed object (From: "Tom Burns" <email@hidden>)
 >Re: Updating webview with HTML attribute of a managed object (From: Jim Correia <email@hidden>)
 >Re: Re: Updating webview with HTML attribute of a managed object (From: "Tom Burns" <email@hidden>)

  • Prev by Date: Re: Updating webview with HTML attribute of a managed object
  • Next by Date: Re: Re: Updating webview with HTML attribute of a managed object
  • Previous by thread: Re: Updating webview with HTML attribute of a managed object
  • Next by thread: Re: Re: Updating webview with HTML attribute of a managed object
  • Index(es):
    • Date
    • Thread