Re: NSTableView issues
Re: NSTableView issues
- Subject: Re: NSTableView issues
- From: Corbin Dunn <email@hidden>
- Date: Thu, 6 Oct 2005 08:46:48 -0700
Did you create your table view in code or Interface Builder? If
you created it in code, you did it wrong. ;-) If you did it in
Interface Builder, it's possible you 'messed up' the actual table
view inside its enclosing scroll view, though I couldn't tell you
exactly how. Try creating a second table view and wiring it up
with the basics to your data source or array controller and see if
it does the same thing. I'll be it won't.
Chances are, in a case like this, the position of the tableview/
scrollview was not on integer bounderies.
--corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden