Re: Complex NSCells in an NSTableView
Re: Complex NSCells in an NSTableView
- Subject: Re: Complex NSCells in an NSTableView
- From: publiclook <email@hidden>
- Date: Thu, 10 Jul 2003 19:33:58 -0400
There is an example of a complex custom cell example at
http://www.stepwise.com/Articles/Technical/NSCell.html.
On Thursday, July 10, 2003, at 01:29 PM, The Amazing Llama wrote:
This question has been asked before, but the archives provide no
answers to any of the times it has been asked.
I'm dealing with a time interval that has to be user editable. All
that they need to edit is the number of years and months in the
interval.
I'm presenting these intervals in an NSTableView. I'd love to have one
column of the table be the interval, and in that column have two
textviews with accompanying spinner controls. But this doesn't look
possible at present, since these NSControls don't easily fit into
NSCells.
There is one thread in the archive about how to put an NSProgressBar
into an NSCell, which advocated making an external view and copying
the image into the NSCell. The question is asked how to do this
copying, but there is no answer. How would one go about doing this? I
doubt it would work for my situation, as I need the interactivity that
the controls provide, not just a facsimile.
Any help would be greatly appreciated.
Seth A. Roby The Amazing Llama < mail or AIM me at tallama at mac
dot com>
"Life is like an exploded clown. It's really funny until you figure
out what just happened."
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.