FROM : Lorenzo Puleo
DATE : Sat Dec 14 23:22:34 2002
Hi,
how could I put a small "Spinning Style" NSProgressIndicator
into a cell of a NSTableView?
I already know how put an "image & text" into a cell: I subclass the class
NSTextFieldCell with my class IconCell, then,
NSTableColumn *tableColumn = nil;
IconCell *iconCell = nil;
iconCell = [[[IconCell alloc] init] autorelease];
[iconCell setEditable: NO];
tableColumn = [theList tableColumnWithIdentifier: @"theIcon"];
[tableColumn setDataCell:iconCell];
How to put a NSProgressIndicator now?
Any help will be really appreciated. Thank you.
--
Lorenzo Puleo
mailto:<email_removed>
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Sat Dec 14 23:22:34 2002
Hi,
how could I put a small "Spinning Style" NSProgressIndicator
into a cell of a NSTableView?
I already know how put an "image & text" into a cell: I subclass the class
NSTextFieldCell with my class IconCell, then,
NSTableColumn *tableColumn = nil;
IconCell *iconCell = nil;
iconCell = [[[IconCell alloc] init] autorelease];
[iconCell setEditable: NO];
tableColumn = [theList tableColumnWithIdentifier: @"theIcon"];
[tableColumn setDataCell:iconCell];
How to put a NSProgressIndicator now?
Any help will be really appreciated. Thank you.
--
Lorenzo Puleo
mailto:<email_removed>
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Lorenzo Puleo | Dec 14, 23:22 | |
| matt neuburg | Dec 17, 18:34 |






Cocoa mail archive

