Re: NSTableView not scrolling. [fixed]
Re: NSTableView not scrolling. [fixed]
- Subject: Re: NSTableView not scrolling. [fixed]
- From: Anthony Duer <email@hidden>
- Date: Sun, 16 May 2004 12:05:02 -0700
I just found out that the problem is that the table view was calling
for rows before my data source had created the array (returned 0).
After it made the array and returned the appropriate number (17), the
table view wouldn't update itself until I called -reloadData on it. Odd
stuff.
~Anthony Duer
On Sunday, May 16, 2004, at 07:24 AM, Brent Gulanowski wrote:
It sounds like maybe the table view is not correctly connected to its
parent scrollview. More information needed on how you instantiated the
views.
--
Brent Gulanowski email@hidden
<smime.p7s>
_______________________________________________
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.