I have two situations where I want to combine two editable values into one 
table column in an NSTableView: 

- one is a checkbox and date picker (so you can check if you want to specify a 
date, and edit the value if the checkbox is checked), 
- and the other is a text field and a popup button where you can set a number 
and its unit of measurement.

I see plenty of examples of doing things like an image and text cell, but only 
the text is editable.

I'd appreciate any clues on how to achieve an editable checkbox and date picker 
in a single table column and an editable text field and popup button in a 
single table column.

Alternatively, I guess the same visual effect would be possible by using two 
columns and creating a custom NSTableHeaderCell, if only I could get it to draw 
across two table columns, and keep the two columns from being separated from 
each other during reordering of table columns (they would not be resizable, so 
I would not have that problem).

Any suggestions would be appreciated.

Thanks


Gideon

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to