Re: Repost: NSTableView headaches (please help!)
Re: Repost: NSTableView headaches (please help!)
- Subject: Re: Repost: NSTableView headaches (please help!)
- From: john terranova <email@hidden>
- Date: Wed, 30 Jul 2003 11:05:07 -0700
On Wednesday, July 30, 2003, at 10:01 AM, Brad Peterson wrote:
The problem I'm trying to deal with is that it doesn't seem to
correctly redraw itself in the case of no records. (In the FTP sense,
there would never be such a case as there would always be the . and ..
folders.)
I assume that things are ok until the list changes from having items to
having no items. Are you sending [theTable reloadData]? Is your
dataSource returning zero for numberOfRowsInTableView? Do you just
need to send [theTable setNeedsRedisplay:YES]?
That is what I would look at, in that order.
--
john terranova, email@hidden
"The world would one day be filled with nothing but those little cogs,
little men clinging to little jobs and striving towards bigger ones."
-- Max Weber
_______________________________________________
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.