Skip navigation.
 
mlCreating table cells with multiple controls
FROM : Matteo Manferdini
DATE : Thu Jun 08 19:21:07 2006

Hi everyone. I'm looking for a way to create a table with cells in 
columns that have multiple "cell controls". An example of what I want 
to do is the download window in Safari: every downloading file has an 
image, text for the file name, a progress bar, a button to stop the 
download and a button to show the file in finder.
I don'n need so many things, but I'm looking for a way to do 
something similar (for example, a NSDatePickerCell has text and the 
buttons to change it).
Do I have to create a completely new subclass of NSActionCell that 
draws itself and completely handles the mouse tracking, or there is a 
simpler way (like using existing cells or something like this)?
For instance, I don't think that the cells (if they are) in the 
download window in Safari do not use existing cells, but there is a 
way to "merge" different cells?
Thank you very much.
Bye.

---
Matteo Manferdini

Related mailsAuthorDate
mlCreating table cells with multiple controls Matteo Manferdini Jun 8, 19:21
mlRe: Creating table cells with multiple controls Nick Zitzmann Jun 8, 20:56