Complex NSCells in an NSTableView
Complex NSCells in an NSTableView
- Subject: Complex NSCells in an NSTableView
- From: The Amazing Llama <email@hidden>
- Date: Thu, 10 Jul 2003 10:29:37 -0700
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.