Re: NSTableView issues
Re: NSTableView issues
- Subject: Re: NSTableView issues
- From: Bob Sabiston <email@hidden>
- Date: Thu, 6 Oct 2005 10:30:03 -0500
On Oct 6, 2005, at 7:32 AM, SA Dev wrote:
Bob:
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.
If it does you'll need to post your relevant code. If it doesn't
(that is, the new table behaves normally), the easiest fix would
probably be to just replace the old table with the new.
Hope this helps.
- SADev
On Oct 5, 2005, at 4:52 PM, Bob Sabiston wrote:
Thank you, that is exactly what it was. My table extended below the
window's lower edge!
Bob
_______________________________________________
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