I was thinking using NSAttributedString seems like a more general purpose
solution because they sound powerful and can be used all over the place.
I've used it for HTML which seems like way overkill for this. But I haven't
successfully come up with a string that looks correct, whereas I have been
able to get the ImageAndTextCell approach to work to my satisfaction,
although still convoluted.

On Thu, Jan 8, 2009 at 2:05 AM, Rob Keniger <r...@menumachine.com> wrote:

>
> On 08/01/2009, at 3:16 PM, Kyle Sluder wrote:
>
>  I'd disagree.  I'd say that the proper way to do this is to implement
>> a custom NSCell subclass (a la ImageAndTextCell).  This is more in
>> line with the framework: the cell is given an object value, which the
>> cell represents by drawing into a view.  That object value happens to
>> have two valid representations: an image and a textual label.
>> Therefore the cell should draw those two representations.
>>
>
>
> Correct, and Apple's ImageAndTextCell class, which is in the project linked
> from my previous post, does exactly that:
>
> http://developer.apple.com/samplecode/SourceView/
>
> --
> Rob Keniger
>
>
>
> _______________________________________________
>
> 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/enki1711%40gmail.com
>
> This email sent to enki1...@gmail.com
>
_______________________________________________

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