drawing my image in snow leopard

2009-09-02 Thread Rick C.
hello, i've been using NSImage drawInRect:fromRect:operation:fraction: to draw and center my .icns image in a resizable custom view for some time without issues. now in snow leopard the same code works, however when the custom view is at its minimum size the image is slightly blurry. when i

Re: drawing my image in snow leopard

2009-09-02 Thread Markus Spoettl
On Sep 2, 2009, at 12:33 PM, Rick C. wrote: i've been using NSImage drawInRect:fromRect:operation:fraction: to draw and center my .icns image in a resizable custom view for some time without issues. now in snow leopard the same code works, however when the custom view is at its minimum

Re: drawing my image in snow leopard

2009-09-02 Thread Rick C.
: Re: drawing my image in snow leopard On Sep 2, 2009, at 12:33 PM, Rick C. wrote: i've been using NSImage drawInRect:fromRect:operation:fraction: to draw and center my .icns image in a resizable custom view for some time without issues. now in snow leopard the same code works, however when

Re: drawing my image in snow leopard

2009-09-02 Thread Steve Christensen
From: Markus Spoettl msappleli...@toolsfactory.com To: cocoa dev cocoa-dev@lists.apple.com Sent: Wednesday, September 2, 2009 8:17:56 PM Subject: Re: drawing my image in snow leopard On Sep 2, 2009, at 12:33 PM, Rick C. wrote: i've been using NSImage drawInRect:fromRect:operation:fraction

Re: drawing my image in snow leopard

2009-09-02 Thread Rick C.
From: Markus Spoettl msappleli...@toolsfactory.com To: cocoa dev cocoa-dev@lists.apple.com Sent: Wednesday, September 2, 2009 8:17:56 PM Subject: Re: drawing my image in snow leopard On Sep 2, 2009, at 12:33 PM, Rick C. wrote: i've been using NSImage