Getting NSProgressIndicators in an NSTableView
Getting NSProgressIndicators in an NSTableView
- Subject: Getting NSProgressIndicators in an NSTableView
- From: Simone Manganelli <email@hidden>
- Date: Sat, 16 Nov 2002 19:07:05 -0800
Hey people --
I've got a problem. I want to get some progress indicators in an
NSTableView, with a column dedicated to just progress indicators with
different data.
I understand that this is possible by using image cells, but I'm not
sure where to start. I was told that I could make an array of NSImages
that I could then feed through the dataSource of the NSTableView so
that it is displayed.
Is there a way to produce an NSProgressIndicator as an image that I
could then fit into an array of images? If so, what's the easiest way
to do this. If not, what other method can I use? Will I have to draw
an image myself?
Thanks for any help in advance.
-- Simone Manganelli
_______________________________________________
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.