Creating table cells with multiple controls
Creating table cells with multiple controls
- Subject: Creating table cells with multiple controls
- From: Matteo Manferdini <email@hidden>
- Date: Thu, 8 Jun 2006 19:21:07 +0200
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden