On Fri, Feb 13, 2009 at 2:17 PM, Harry Plate <ha...@plate.net> wrote:
> I am struggling w/ a crash in my first Cocoa app that is using a TableView.
>
> Some history: my app and its table view was working just fine when I was
> simply adding NSString objects to the table.
>
> Then I started using NSAttributedString instead so I could get the display
> ellipses.
>
> Now after dragging 2 (or more) elements into the view, if I simply click on
> the table. Boom.

As a guess you aren't retaining something you need to be retaining so
the object is disappearing on you.

Can you outline how you are creating and storing the values that you
have the table view display, etc.

-Shawn
_______________________________________________

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