On Jun 29, 2008, at 10:44 AM, Stuart Malin wrote:
On Jun 29, 2008, at 7:05 AM, Scot t Anguish wrote:
From: Scott Anguish <[EMAIL PROTECTED]>
Subject: Re: mutableArrayForKeyValue Question (ignore other email)
To: "Alex Wait" <[EMAIL PROTECTED]>
Cc: cocoa-dev
Message
On Jun 29, 2008, at 7:05 AM, Scot t Anguish wrote:
From: Scott Anguish <[EMAIL PROTECTED]>
Subject: Re: mutableArrayForKeyValue Question (ignore other email)
To: "Alex Wait" <[EMAIL PROTECTED]>
Cc: cocoa-dev
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/pla
On Jun 28, 2008, at 9:42 PM, Alex Wait wrote:
I am trying to modify the array controller programmatically and I'm
running
into problems using mutableArrayForKeyValue
I am using this line
id proxy = [controller mutableArrayValueForKey:@"Person"];
-mutableArrayValueForKey: is for modifyin
I think there is still some clarification necessary.
what exactly are you trying to accomplish, rather than how you are
trying to do it?
would I be correct to guess that you want to create a new Person
object and add it to the array?
if so you need to create the object and add it to the a
indeed it was. it's not needed. I took it out.
On Sat, Jun 28, 2008 at 9:19 PM, mmalc crawford <[EMAIL PROTECTED]> wrote:
>
> On Jun 28, 2008, at 8:51 PM, Alex Wait wrote:
>
> i've read most of
>> http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSArrayController_C
On Jun 28, 2008, at 8:51 PM, Alex Wait wrote:
i've read most of
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSArrayController_Class/Reference/Reference.html
and I don't see what you mean. is there some "magic" key?
No, there is no magic key.
why isn't it
i've read most of
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSArrayController_Class/Reference/Reference.html
and I don't see what you mean. is there some "magic" key?
why isn't it Person or array?
I tried doing
[controller addObject:newObj];
[table reload
Gah! For some reason Gmail sorted this message as newer than your
other, properly detailed message. I really apologize for that.
--Kyle Sluder
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comme
On Sat, Jun 28, 2008 at 10:39 PM, Alex Wait <[EMAIL PROTECTED]> wrote:
> I am trying to modify the array controller programmatically and I'm running
> into problems using mutableArrayForKeyValue
>
> I am using this line
>
>id proxy = [controller mutableArrayValueForKey:@"Person"];
... and? Yo
On Jun 28, 2008, at 7:42 PM, Alex Wait wrote:
I am trying to modify the array controller programmatically and I'm
running
into problems using mutableArrayForKeyValue
I am using this line
id proxy = [controller mutableArrayValueForKey:@"Person"];
when I do
[proxy addObject:newPerson]
I g
Gmail sent an email on me while I was typing. No idea what happened! :) So
please ignore the incomplete message.
I have successfully done some more bindings (they're so much fun ^_^ )
I am trying to modify the array controller programmatically and I'm running
into problems using mutableArrayForKe
I have successfully done some more bindings (they're so much fun ^_^ )
I am trying to modify the array controller programmatically and I'm running
into problems using mutableArrayForKeyValue
I am using this line
id proxy = [controller mutableArrayValueForKey:@"Person"];
--
If you can't b
12 matches
Mail list logo