Re: Table grid lines won't draw
Re: Table grid lines won't draw
- Subject: Re: Table grid lines won't draw
- From: Robert Fischer <email@hidden>
- Date: Fri, 16 Aug 2002 09:05:51 +0200
On Friday, August 16, 2002, at 12:46 AM, Keith Renz wrote:
I cannot get NSTableView's grid lines to draw. I am using a standard
NSTableView from IB with draw grid turned on. If I check drawsGrid:
programatically, it returns YES. Programatically, gridColor: returns the
system's "gridColor," a medium gray. When I select multiple table rows,
the
grid remains unhighlighted, so it appears to exist. Any ideas?
There seems to be an old bug. As a workaround I once wrote in awakeFromNib:
[tv setDrawsGrid:NO];
[tv setDrawsGrid:YES];
Maybe we should use new Dev Tools or Jaguar?
CU, Robert
--
--- - .-. -- --
--- / \ ---- Robert Fischer
.-. / \ --- .-. __o .-. @
/ \ / \ / \ _`\<,_ / \ berlin.de
/ \ / \ / \ (*)/ (*) / `--------------
/ `---' `-' `-----------'
_______________________________________________
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.