• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSProgressIndicator in a NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: when a scrollbar is really needed?
  • Next by Date: R Re: Bundle loading
  • Previous by thread: Fwd: Can I subclass NSMutableArray?
  • Next by thread: R Re: Bundle loading
  • Index(es):
    • Date
    • Thread