On Jun 23, 2011, at 5:49 PM, Jens Alfke wrote: > > On Jun 23, 2011, at 2:46 PM, Sandeep Mohan Bhandarkar wrote: > >> I have just wired up the delegate outlet and for the second query. The count >> shows up as zero but will this be the reason for the method not getting >> called…? > > Yes. If there aren’t any rows, the table view won’t need to ask for what > objects to put in them. >
This may be happening because of timing of the NIB loading vs the data. make sure to reload the data at the right point (windowDidLoad or after your document does if you’re using documents, there is a special hook for that) _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com