Re: Custom NSCells

2008-07-13 Thread Matt Neuburg
On Mon, 14 Jul 2008 10:59:44 +1200, "Paul Williams" <[EMAIL PROTECTED]> said: >Hi, > >I am trying to find a way where I can use a NSTableView to display a list of >buttons(NSButtonCell) which can be hidden depending on the state of the >program. >I have tried us

Re: Custom NSCells

2008-07-13 Thread Michael Ash
On Sun, Jul 13, 2008 at 6:59 PM, Paul Williams <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to find a way where I can use a NSTableView to display a list of > buttons(NSButtonCell) which can be hidden depending on the state of the > program. > I have tried using a cust

Re: Custom NSCells

2008-07-13 Thread Scott Anguish
(NSButtonCell) which can be hidden depending on the state of the program. I have tried using a custom NSCells, but the only object I can can pass to my custom cell is a NSCFBoolean. Is there a way I can pass more information to my custom cell so I can have a button which can be set to On,Off or

Custom NSCells

2008-07-13 Thread Paul Williams
Hi, I am trying to find a way where I can use a NSTableView to display a list of buttons(NSButtonCell) which can be hidden depending on the state of the program. I have tried using a custom NSCells, but the only object I can can pass to my custom cell is a NSCFBoolean. Is there a way I can pass