Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > NSTableView grid lines not displaying

NSTableView grid lines not displaying
Thread Tools
Fresh-Faced Recruit
Join Date: May 2002
Location: oakland, CA
Status: Offline
Reply With Quote
Jun 11, 2002, 08:00 PM
 
Show Grid is checked in IB. I can do almost anything else I want to the NSTableView and it's cells except get the basic gridlines to show up, which is all I want.

Any thoughts??
gw
     
Forum Regular
Join Date: May 2001
Location: France
Status: Offline
Reply With Quote
Jun 13, 2002, 07:27 AM
 
i have exactly the same problem...
CarraFix, the traffic shaper for OS X !

Enjoy The [CFx] Community !
http://www.carrafix.com
     
Fresh-Faced Recruit
Join Date: Jan 2000
Location: Los Altos, CA, USA
Status: Offline
Reply With Quote
Jun 13, 2002, 01:09 PM
 
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by geowerker:
<strong>Show Grid is checked in IB. I can do almost anything else I want to the NSTableView and it's cells except get the basic gridlines to show up, which is all I want.

Any thoughts??</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">Yeah- it's a bug. Subclass NSTableView Override the 'initWithCoder:' to something like:

- (id) initWithCoder: (NSCoder *) coder{
[super initWithCoder:coder];
[self setDrawsGrid:NO];
[self setDrawsGrid:YES];
return self;
}
     
Addicted to MacNN
Join Date: Mar 2000
Location: London, UK
Status: Offline
Reply With Quote
Jun 13, 2002, 01:59 PM
 
I heard it's not a bug -- Apple disabled it because it's not supported by the HIG, I think I remember reading.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:21 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2