• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to obtain icon displayed by Finder for a file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to obtain icon displayed by Finder for a file


  • Subject: Re: How to obtain icon displayed by Finder for a file
  • From: "Michael Ash" <email@hidden>
  • Date: Wed, 7 Jan 2009 21:03:39 -0500

On Wed, Jan 7, 2009 at 7:39 PM, David <email@hidden> wrote:
> I must complain again. Cocoa does not have a clean well designed object
> model. It seems haphazard. Someone needed a function here, but not there.
> Apple doesn't go back and look at making general purpose classes and
> methods.
> Some of the cell classes seem very specialized. I had assumed that
> NSTextFieldCell could display an icon. Frequently there are outline views of
> files which display icons and names, yet there is no simple class which
> implements this functionality. Instead everyone needs to write their own
> with inconsistent behavior.
>
> I've been able to get NSBrowserCell to work somewhat by setting
> setLeaf:TRUE. However, now I get the icon smashed up right next to the
> disclosure triangle. There again, there are no basic controls to add some
> spacing. Argh.
>
> Thanks for the responses. I guess I'll have to bail on the NSBrowserCell and
> write my own NSCell subclass unless I can come up with a way to add some
> spacing.

Cocoa can't very well do *everything* for you. If it did, we'd all be
out of a job, for one.... Personally I find that Cocoa provides plenty
of facilities and building blocks for more. Just because it doesn't do
what you want in this one particular case certainly doesn't make it
generally deficient.

However in this case Cocoa is able to do what you want, using built-in
features and nothing more. Simply create an NSAttributedString
containing your image and your text, and using the available
attributes to control horizontal and vertical spacing. A plain
NSTextFieldCell can display an NSAttributedString with no
customization.

Mike
_______________________________________________

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

  • Follow-Ups:
    • Re: How to obtain icon displayed by Finder for a file
      • From: David <email@hidden>
References: 
 >How to obtain icon displayed by Finder for a file (From: David <email@hidden>)
 >Re: How to obtain icon displayed by Finder for a file (From: Jelle De Laender <email@hidden>)
 >Re: How to obtain icon displayed by Finder for a file (From: David <email@hidden>)
 >Re: How to obtain icon displayed by Finder for a file (From: Rob Rix <email@hidden>)
 >Re: How to obtain icon displayed by Finder for a file (From: David <email@hidden>)

  • Prev by Date: Re: NSOperation Question
  • Next by Date: a kind of auto complete behavior of NSTextview: how to do that?
  • Previous by thread: Re: How to obtain icon displayed by Finder for a file
  • Next by thread: Re: How to obtain icon displayed by Finder for a file
  • Index(es):
    • Date
    • Thread