Re: setUsesAlternatingRowBackgroundColors: broken?
Re: setUsesAlternatingRowBackgroundColors: broken?
- Subject: Re: setUsesAlternatingRowBackgroundColors: broken?
- From: Stephane Sudre <email@hidden>
- Date: Fri, 23 Jan 2004 12:30:07 +0100
On Friday, January 23, 2004, at 11:36 AM, Alexander Spohr wrote:
hi list,
i'm having a problem with setUsesAlternatingRowBackgroundColors:
i add new columns with [tableView addTableColumn:aNewColumn]; and have
set the checkbox in IB.
the tableView displays the columns, but it does not draw the
alternating rows. all rows are white instead. so i tried to call
[tableView setUsesAlternatingRowBackgroundColors:YES]; but it did not
help. the first (IB inserted) columns are alternating, the new ones
don't.
i have another app where i have 4 columns (added in IB) that work.
that app had the same problem but i can't remember why or when it went
away.
anyone seen this? any suggestions?
Couldn't it be the old old old bug in Interface Builder where when you
add a new column, the background of the cell is drawn?
_______________________________________________
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.