Setting Table Column data cell to be a NSProgressIndicator
Setting Table Column data cell to be a NSProgressIndicator
- Subject: Setting Table Column data cell to be a NSProgressIndicator
- From: Wai Liu <email@hidden>
- Date: Tue, 18 Mar 2003 11:09:04 +0800
Hi,
Has anybody had success with setting the data cell of a table column as a NSProgressIndicator (either a bar or spinner) ?
Based on previous threads from this mailing list, my approach is currently to:
- subclass NSCell
- create an instance variable of type NSProgressIndicator *
- override drawWithFrame: and/or drawWithInteriorFrame:
My problem at the moment is getting the NSProgressIndicator to draw into the table. What should my approach be?
Can anybody offer tips, or provide source code snippets which might help?
Thanks,
Simon
_______________________________________________
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.