Re: tableView's scroller doesn't activate
Re: tableView's scroller doesn't activate
- Subject: Re: tableView's scroller doesn't activate
- From: j o a r <email@hidden>
- Date: Thu, 21 Nov 2002 17:00:21 +0100
When the data source updates via your external action, do you call
"reloadData", and perhaps also "noteNumberOfRowsChanged"? Is the update
done in another thread?
j o a r
On Thursday, Nov 21, 2002, at 16:46 Europe/Stockholm, Cristi Savu wrote:
I have a table view with variable number of items. The table
datasource gets populated throught an external action. so no click or
other stuff.
My problem is the vertical scroller which doesn't activate itself
until the table is resized or I change the datasource content by
clicking the table. The table behaves as if it has no scroller at all
, if i scroll with the keyboard, the selection goes down, beyond table
border.
I checked the list and I sow something about [NSTableView - tile ]
message.
I didn't understand to deep what that message does but I added it in
my awake from nib, unfortunately withought any success.
Does anybody know what is this all about ?
_______________________________________________
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.