Re: Cursor - Unable to use retina image

2014-11-20 Thread David M. Cotter
see fixed code below > On Oct 1, 2013, at 10:22 AM, Abdul Sowayan wrote: > > Hi folks, > > I have two images, a retina and a non-retina image that I would like to use > as a Cursor. I crop the transparency out of the images and combine them into > one NSImage that has two representations, a r

Cursor - Unable to use retina image

2013-10-01 Thread Abdul Sowayan
Hi folks, I have two images, a retina and a non-retina image that I would like to use as a Cursor. I crop the transparency out of the images and combine them into one NSImage that has two representations, a retina and a non-retina one. I then use the combined image to set NSCursor’s image. Howe