Re: Binding NSButton enabled state

2008-04-21 Thread Lorenzo Thurman
> 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

Re: Binding NSButton enabled state

2008-04-21 Thread Lorenzo Thurman
> 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

Re: Binding NSButton enabled state

2008-04-20 Thread Keary Suska
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

Re: Binding NSButton enabled state

2008-04-20 Thread Lorenzo Thurman
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

Re: Binding NSButton enabled state

2008-04-19 Thread Chris Hanson
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

Binding NSButton enabled state

2008-04-19 Thread Lorenzo Thurman
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