> Message: 1
> Date: Sun, 20 Apr 2008 14:02:52 -0600
> From: Keary Suska <[EMAIL PROTECTED]>
> Subject: Re: Binding NSButton enabled state
> To: "Cocoa-Dev (Apple)"
> Message-ID: <[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> >
> Content-Type: text/pla
> Message: 1
> Date: Sun, 20 Apr 2008 14:02:52 -0600
> From: Keary Suska <[EMAIL PROTECTED]>
> Subject: Re: Binding NSButton enabled state
> To: "Cocoa-Dev (Apple)"
> Message-ID: <[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> >
> Content-Type: text/pla
on 4/20/08 11:47 AM, [EMAIL PROTECTED] purportedly said:
> On Sat, Apr 19, 2008 at 11:55 PM, Chris Hanson <[EMAIL PROTECTED]> wrote:
>
>> On Apr 19, 2008, at 11:08 AM, Lorenzo Thurman wrote:
>>
>> I have two NSTableViews, tableA and tableB, each managed by separate
>>> NSArrayControllers. When
On Sat, Apr 19, 2008 at 11:55 PM, Chris Hanson <[EMAIL PROTECTED]> wrote:
> On Apr 19, 2008, at 11:08 AM, Lorenzo Thurman wrote:
>
> I have two NSTableViews, tableA and tableB, each managed by separate
> > NSArrayControllers. When a selection is made in either table, an
> > instance
> > variable
On Apr 19, 2008, at 11:08 AM, Lorenzo Thurman wrote:
I have two NSTableViews, tableA and tableB, each managed by separate
NSArrayControllers. When a selection is made in either table, an
instance
variable is set. I want to have an NSButton's enabled state to 'YES'
whenever the instance variab
I have two NSTableViews, tableA and tableB, each managed by separate
NSArrayControllers. When a selection is made in either table, an instance
variable is set. I want to have an NSButton's enabled state to 'YES'
whenever the instance variable is set. I've tried binding the button to the
instance va