Display Mail type outlineView numbers
-
Thanks for the help.
I would like to display the small blue circle and associated numbers that
refer to the amount of entries in an outlineView group. Documentation?
Thanks. I'm not sure what to search for ...
v. -
Hi there,
see this as an example: http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2
/
Cheers,
Volker
Am 01.01.2009 um 15:59 schrieb vince:
> Thanks for the help.
> I would like to display the small blue circle and associated numbers
> that
> refer to the amount of entries in an outlineView group. Documentation?
>
> Thanks. I'm not sure what to search for ...
-
You're probably going to have to display an image in an outlineview
cell. Start by looking at ImageAndTextCell in the DragNDropOutlineView
Developer example
The alternative is to place NSAttributedStrings that have images
imbedded in the outlineview. But I could never get the formatting to
work well enough to make the AttributedStrings approach workable.
Sandy
On 01 Jan 2009, at 4:59 PM, vince wrote:
> Thanks for the help.
> I would like to display the small blue circle and associated numbers
> that
> refer to the amount of entries in an outlineView group. Documentation?



