Re: Table View Blues
Re: Table View Blues
- Subject: Re: Table View Blues
- From: Alex Rice <email@hidden>
- Date: Mon, 18 Nov 2002 01:11:03 -0700
On Monday, November 18, 2002, at 12:54 AM, Alex Rice wrote:
/* suppose loadAnotherRecord deallocs 100K records and loads another
500K */
[dataSourceObj loadAnotherRecord];
Oops, that doesn't make sense. Rather it would [dataSourceObj
loadAnotherTable]; or [dataSourceObj loadAnotherDatabase], not
loadAnotherRecord.
[tableViewOutlet reloadData];
Alex Rice <email@hidden>
Mindlube Software
http://mindlube.com/
_______________________________________________
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.