Re: Multiple controls in a table cell

2008-05-07 Thread j o a r
On May 7, 2008, at 1:46 AM, [EMAIL PROTECTED] wrote: I had independently experimented with a similar hack (adding row views as subviews of the Table) and was about to flesh it out until I came across your pre-baked example. Before I dive too deeply into using it, do you see any problem in

Re: Multiple controls in a table cell

2008-05-07 Thread matt . gough
On 6 May 2008, at 02:17, j o a r wrote: On May 5, 2008, at 4:46 PM, Hamish Allan wrote: I don't remember where we got it, but if you Google "SubviewTableViewController" or "SubviewTableViewCell" it should get you in the right direction. It's by Joar Wingfors: http://joar.com/code/ O

Re: Multiple controls in a table cell

2008-05-06 Thread Randall Meadows
On May 5, 2008, at 6:17 PM, j o a r wrote: On May 5, 2008, at 4:46 PM, Hamish Allan wrote: I don't remember where we got it, but if you Google "SubviewTableViewController" or "SubviewTableViewCell" it should get you in the right direction. It's by Joar Wingfors: http://joar.com/code/ On

Re: Multiple controls in a table cell

2008-05-05 Thread j o a r
On May 5, 2008, at 4:46 PM, Hamish Allan wrote: I don't remember where we got it, but if you Google "SubviewTableViewController" or "SubviewTableViewCell" it should get you in the right direction. It's by Joar Wingfors: http://joar.com/code/ On Leopard you can often use NSCollectionVie

Re: Multiple controls in a table cell

2008-05-05 Thread Hamish Allan
On Tue, May 6, 2008 at 12:39 AM, Louis Sinclair <[EMAIL PROTECTED]> wrote: > I don't remember where we got it, but if you Google > "SubviewTableViewController" or "SubviewTableViewCell" it should get you in > the right direction. It's by Joar Wingfors: http://joar.com/code/ Hamish

Re: Multiple controls in a table cell

2008-05-05 Thread Louis Sinclair
Hi, There's a way to design a view (with whatever controls you want) in a nib file and put that into a table cell that we used in a project a while ago. I don't remember where we got it, but if you Google "SubviewTableViewController" or "SubviewTableViewCell" it should get you in the right

Re: Multiple controls in a table cell

2008-05-05 Thread Graham Cox
On 6 May 2008, at 9:16 am, Randall Meadows wrote: So what I'd like to do is put both an NSSlider and an NSTextField in a single table cell, but I'm failing to see how I might accomplish that. Anyone have any great ideas (FSDO "great")? I guess you could subclass NSSliderCell and show the

Multiple controls in a table cell

2008-05-05 Thread Randall Meadows
Ok, so I have my table displaying a variety of controls in different rows, thanks to Leopard's new tableView:dataCellForTableColumn:row: method. Now, to throw a wrench into the works... One of the aforementioned control types is a NSSlider. This particular slider has a very wide range (28