Re: A color well in a table view?

2012-06-18 Thread William Squires
Not sure if this would be helpful, but maybe a custom NSCell subclass that acts like a color well? On Jun 7, 2012, at 10:32 AM, Sean McBride wrote: On Thu, 7 Jun 2012 13:53:49 +0100, H. Miersch said: In my Mac app I have a table view which so far only displays text and numbers. Now I'd

Re: A color well in a table view?

2012-06-11 Thread H Miersch
I found the switch that makes my table view view-based, but then my table view showed some default text instead of the text I return from -tableview:objectvaluefortablecolumn:row: What can I do about that? Sent from my iPhone On 7 Jun 2012, at 16:32, Sean McBride s...@rogue-research.com wrote:

Re: A color well in a table view?

2012-06-11 Thread Corbin Dunn
On Jun 11, 2012, at 8:45 AM, H Miersch hmier...@me.com wrote: I found the switch that makes my table view view-based, but then my table view showed some default text instead of the text I return from -tableview:objectvaluefortablecolumn:row: What can I do about that? I recommend reading

A color well in a table view?

2012-06-07 Thread H. Miersch
In my Mac app I have a table view which so far only displays text and numbers. Now I'd like to put color wells in one column (to supply colors for the lines in the diagram) and checkboxes in another (to decide whether each line should be drawn or not). Can I do that? If so, what's the best way

Re: A color well in a table view?

2012-06-07 Thread Sean McBride
On Thu, 7 Jun 2012 13:53:49 +0100, H. Miersch said: In my Mac app I have a table view which so far only displays text and numbers. Now I'd like to put color wells in one column (to supply colors for the lines in the diagram) and checkboxes in another (to decide whether each line should be drawn

Re: A color well in a table view?

2012-06-07 Thread Corbin Dunn
On Jun 7, 2012, at 8:32 AM, Sean McBride s...@rogue-research.com wrote: On Thu, 7 Jun 2012 13:53:49 +0100, H. Miersch said: In my Mac app I have a table view which so far only displays text and numbers. Now I'd like to put color wells in one column (to supply colors for the lines in the