For what it's worth, I see the flicker for only about the first second of
the app and then it smooths out and seems fine (during that while loop)
You do have a warning there on line 25

while ( theEvent = [myWindow nextEventMatchingMask:eventMask] && x < 30 ) {
(assignment makes pointer from integer without a cast)


On Tue, Mar 31, 2009 at 1:46 PM, Eric Gorr <mail...@ericgorr.net> wrote:

> There is a bug when changing from [[NSCursor arrowCursor] set] to a
> NSCursor based on a 64x64 PNG.
>
> Basically, there is some horrible cursor flickering.
>
> For a demonstration of this bug, please check out the sample application
> at:
>
> http://ericgorr.net/cocoadev/CursorFlicker.zip
>
> I have filed a bug as well: rdar://6741558
>
> _______________________________________________
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/edolecki%40gmail.com
>
> This email sent to edole...@gmail.com
>



-- 
http://ericd.net
Interactive design and development
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to