On Nov 20, 2012, at 9:11 AM, Mike Abdullah wrote:
> On 20 Nov 2012, at 12:53, Ken Thomases wrote:
>
>> I'm never sure I understand the point of referencing somebody else's Radar
>> number ...
>
> Thanks Ken, it allows me to file duplicates for them to show Apple we care.
You're welcome, but i
On 20 Nov 2012, at 12:53, Ken Thomases wrote:
> On Nov 19, 2012, at 12:36 PM, Mike Abdullah wrote:
>
>> On 17 Nov 2012, at 04:09, Ken Thomases wrote:
>>
>>> You should be aware that a bug was introduced to Snow Leopard with its last
>>> major update (10.6.8), such that the CGImageDestination
On Nov 19, 2012, at 12:36 PM, Mike Abdullah wrote:
> On 17 Nov 2012, at 04:09, Ken Thomases wrote:
>
>> You should be aware that a bug was introduced to Snow Leopard with its last
>> major update (10.6.8), such that the CGImageDestination API produces corrupt
>> ICNS files. So, if you are mai
On 17 Nov 2012, at 04:09, Ken Thomases wrote:
> On Nov 16, 2012, at 9:20 PM, Kyle Sluder wrote:
>
>> On Nov 16, 2012, at 6:56 PM, John Brownie wrote:
>>
>>> If I use TISGetInputSourceProperty to get the kTISPropertyIconImageURL
>>> property of a keyboard layout, it returns nil, so I get the
Ken Thomases wrote:
On Nov 16, 2012, at 9:20 PM, Kyle Sluder wrote:
Look into CGImageDestination (aka ImageIO). If that doesn't help, you might be
stuck using the old Carbon resource manager functions.
You don't need the Resource Manager. There's the Icon Family API for this:
SetIconFamilyD
On Nov 16, 2012, at 9:20 PM, Kyle Sluder wrote:
> On Nov 16, 2012, at 6:56 PM, John Brownie wrote:
>
>> If I use TISGetInputSourceProperty to get the kTISPropertyIconImageURL
>> property of a keyboard layout, it returns nil, so I get the
>> kTISPropertyIconRef property, which gives me an IconR
On Nov 16, 2012, at 6:56 PM, John Brownie wrote:
> If I use TISGetInputSourceProperty to get the kTISPropertyIconImageURL
> property of a keyboard layout, it returns nil, so I get the
> kTISPropertyIconRef property, which gives me an IconRef. I can turn that into
> an NSImage with -initWithIco
If I use TISGetInputSourceProperty to get the kTISPropertyIconImageURL
property of a keyboard layout, it returns nil, so I get the
kTISPropertyIconRef property, which gives me an IconRef. I can turn that
into an NSImage with -initWithIconRef, but what I really want to do is
to write out a file