Re: StripedTableView and sheets
Re: StripedTableView and sheets
- Subject: Re: StripedTableView and sheets
- From: "James J. Merkel" <email@hidden>
- Date: Sun, 6 Apr 2003 13:56:27 -0700
On dimanche, avril 6, 2003, at 09:41 PM, James J. Merkel wrote:
To Cocoa programmers,
I used the StripedTableView custom class from TableTester in a
TableView to provide alternate row colors and it worked great.
However, I also tried to use it in a sheet and it did not work
properly. Only the first column is drawn correctly with the alternate
row colors. Is there some subtlety about sheets that I should be
taking into account?
Any help would be appreciated.
Must be the Interface Builder bug you're seeing. The background of your
Prototype cell is being drawn.
Is this a known Interface Builder bug?
I guess a work-around is to set up the TableView in code. A lot of work
for a small effect.
Jim Merkel
_______________________________________________
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.