Re: ImageAndTextCell still the way to go for icons in outline views?
Re: ImageAndTextCell still the way to go for icons in outline views?
- Subject: Re: ImageAndTextCell still the way to go for icons in outline views?
- From: Jens Alfke <email@hidden>
- Date: Wed, 16 Dec 2009 21:03:27 -0800
On Dec 16, 2009, at 1:40 PM, Benjamin Stiglitz wrote:
> The old ImageAndTextCell doesn’t handle the background style, and that alone makes a modified version of the ATImageTextCell worth using.
What do you mean by 'the background style'? I don't need the cell to draw a background at all; it's in an outline view.
BTW, there is a crashing bug in the current version of ImageAndTextCell as found in DragNDropOutlineView. The 'image' property is declared as assign when it should be retain. Unfortunately the dealloc method still releases the image, so when the cell goes away whatever image it last had is toast. :( I filed a comment on the doc feedback form.
—Jens_______________________________________________
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