Re: NSTableView crash when selected.
Re: NSTableView crash when selected.
- Subject: Re: NSTableView crash when selected.
- From: Shawn Erickson <email@hidden>
- Date: Fri, 13 Feb 2009 14:25:20 -0800
On Fri, Feb 13, 2009 at 2:17 PM, Harry Plate <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden