Re: cocoa-dev digest, Vol 2 #3077 - 18 msgs
Re: cocoa-dev digest, Vol 2 #3077 - 18 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #3077 - 18 msgs
- From: Mikey <email@hidden>
- Date: Sat, 25 Oct 2003 12:37:30 -0400
I ran into this and got around it by subclassing NSTableView and
overriding the awakeFromNib method to call [self reloadData].
On 25 Oct, 2003, at 8:42 AM, email@hidden wrote:
I have a few NSTableView in the nib files used by my application.
After I've
seen the nice alternate row color option, I wanted to use it with
mines.
However, when I turn on the checkbox to use alternate row color, Only
the
first 3 or 4 columns in my table view have their rows alternating
color. The
remaining columns are just plain white. That is both when looking at
the
table view in InterfaceBuilder and in my compiled application.
Michael Sullivan
email@hidden
_______________________________________________
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.