Re: Table grid lines won't draw
Re: Table grid lines won't draw
- Subject: Re: Table grid lines won't draw
- From: Keith Renz <email@hidden>
- Date: Fri, 16 Aug 2002 12:32:26 -0400
Robert,
Bingo! Thank you so much. I'm using the latest release Dev Tools, pre-10.2
though.
Keith
-----
On 8/16/02, 9:05 AM, Robert Fischer <email@hidden> wrote:
>
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.
_______________________________________________
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.