On Apr 1, 2010, at 8:05 PM, Dean Pulsifer wrote:

The second NSBrowser delegate to get hit is willDisplayCell:atRow:column: When I get to this call, the array has 0 objects. The self pointer is still
the same.

Is the array pointer nil? Sending any message to a nil pointer returns zero (or its equivalent). If not, is the array pointer still the same value as it was before when it had stuff in it?

And just to clarify the obvious, the array pointer is an instance variable of your controller, right?

—Jens_______________________________________________

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

Reply via email to