Re: mixed cell types in tableColumn
Re: mixed cell types in tableColumn
- Subject: Re: mixed cell types in tableColumn
- From: Bob Newhart <email@hidden>
- Date: Fri, 19 Apr 2002 11:17:54 -0700
All of the cells in the table column use the same NSCell object. I've
worked around this by using a subclass of NSTableColumn that contains an
NSArray of NSCell objects.
Peter Tried to Tell Me:
>
I have a tableColumn with mixed cell types (maybe switch buttons and text
>
fields).
>
All works fine, unless I click first a Switch and then a textfield, cocacoa
>
turns
>
my textfield in a Switch. When I release the mouse, the textfield appears
>
again.
>
>
Is this a bug or have I to override something?
>
>
Peter
>
_______________________________________________
>
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.
_______________________________________________
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.