NSProgressIndicator in a NSTableView
NSProgressIndicator in a NSTableView
- Subject: NSProgressIndicator in a NSTableView
- From: Mark Rowe <email@hidden>
- Date: Fri, 23 Aug 2002 19:25:40 +1200
Hello,
In my current project, I wish to have one column of my NSTableView
made up of NSProgressIndicators doing their thing. Based on other
examples I've read, most of which deal with NSButtons, I thought I'd
have to do something like:
[[[tableView tableColumns] lastObject]
setDataCell:[[NSProgressIndicatorCell alloc] init]];
in my window controllers -awakeFromNib method. Problem is that
NSProgressIndicatorCell doesnt exist.
Any ideas on how what I want can be accomplished?
Thanks,
Mark
_______________________________________________
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.