Finder icon badging ('badg' resource) is not that much use these days because
most file icons are no longer static but are generated by QuickLook on the fly,
except in the smallest of views. QuickLook does not honour the 'badg' resource,
I've been told.
Another reason that a badg resource is no
Hi Damon,
On Sep 29, 2011, at 12:39 PM, Damon Allison wrote:
> Hello,
>
> I am researching options for integrating with Finder. In particular, I would
> like my application to provide file and directory icon overlays similar to
> how Dropbox.app overlays green and blue images on top of file an
Please don't use SIMBL it causes grief for users and they don't know why.
It messes with other applications.
On Sep 30, 2011, at 3:21 AM, Matt Gough wrote:
> Damon,
>
> Firstly there is no official way to do this, all the solutions you see in the
> wild are hacks of one sort or another.
>
> Ha
On 30/09/2011, at 09:43, cocoa-dev-requ...@lists.apple.com wrote:
> From: Matt Gough
> Date: 30 de setembro de 2011 05:21:06 BRT
>
> Firstly there is no official way to do this, all the solutions you see in the
> wild are hacks of one sort or another.
>
> Having said that, I had to implement w
Damon,
Firstly there is no official way to do this, all the solutions you see in the
wild are hacks of one sort or another.
Having said that, I had to implement what you are asking for (overlays on
icons) and did it via SIMBL. Unfortunately I can't share code or say too much
about what what is