Re: [CODE4LIB] valueforkey in javascript

2010-03-28 Thread Jonathan Rochkind
] On Behalf Of Francis Kayiwa [kay...@uic.edu] Sent: Saturday, March 27, 2010 9:33 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] valueforkey in javascript On 3/27/10 6:05 PM, Eric Lease Morgan wrote: Does anybody here know how to use the valueForKey method (or some other method) in Javascript

Re: [CODE4LIB] valueforkey in javascript

2010-03-28 Thread Eric Lease Morgan
On Mar 28, 2010, at 6:22 PM, Jonathan Rochkind wrote: Note if it were the Java/ObjectiveC methods we were talking about, as you can see from the documentation, you would not be able to call valueForKey(some.key.path) -- you would need to instead use valueForKeyPath() for that. And

Re: [CODE4LIB] valueforkey in javascript

2010-03-28 Thread Thomas Krichel
Eric Lease Morgan writes Unfortunately, I am unable to access the water_id attribute. While the water_id attribute displays as a part of my data source and list views, whenever I try to actually access the water_id attribute my application crashes as illustrated by the linked screen shot.

[CODE4LIB] valueforkey in javascript

2010-03-27 Thread Eric Lease Morgan
Does anybody here know how to use the valueForKey method (or some other method) in Javascript, specifically for the iPhone and iPod Touch? I have successfully defined a datasource (an XML stream). Here is an XML snippet: waters water name water_id='79'Agean Sea at Kos, Greece/name

Re: [CODE4LIB] valueforkey in javascript

2010-03-27 Thread Francis Kayiwa
On 3/27/10 6:05 PM, Eric Lease Morgan wrote: Does anybody here know how to use the valueForKey method (or some other method) in Javascript, specifically for the iPhone and iPod Touch? I have successfully defined a datasource (an XML stream). Here is an XML snippet: waters water