Re: Outline View Table Column problem
Re: Outline View Table Column problem
- Subject: Re: Outline View Table Column problem
- From: Joseph Jones <email@hidden>
- Date: Thu, 30 Oct 2003 12:40:39 -0800
OK, have a workaround for my issue: Do not cache the table column. Let
it release immediately after removing it and re-create it as soon as
you need it. I hate doing this as it seems a waste of time and effort
on the processor's part, but it works.
joe
On Oct 30, 2003, at 2:07 AM, Joseph Jones wrote:
Hi all,
Well, I am having a weird issue with adding and removing table columns
from my outline view. I can remove a column and add that column back
into the outline view no problem. However, when I try to remove it
again it stays around in the columns collection. Even worse, if I add
the column back in, I get a duplicate column in my view! All of this
while using the same NSTableColumn instance (therefore there are no
duplicate instances being added or removed). I really don't understand
this one and am looking to see if anyone else has run into and/or
fixed/worked around this.
Thanx,
joe
_______________________________________________
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.