• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [BUG] Cursor Flicker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Cursor Flicker


  • Subject: Re: [BUG] Cursor Flicker
  • From: Eric Gorr <email@hidden>
  • Date: Tue, 31 Mar 2009 13:56:03 -0400


On Mar 31, 2009, at 1:51 PM, Eric E. Dolecki wrote:

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)

Yes, after the while loop ends, it's not going to flicker and that is why is smoothes out. This is expected.


The bug is the fact that the cursor will flicker if one switches between a 'normal' cursor and a cursor based on a 64x64 image.


You do have a warning there on line 25
while ( theEvent = [myWindow nextEventMatchingMask:eventMask] && x < 30 ) {
(assignment makes pointer from integer without a cast)



Yep, but it is unimportant for this test case.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


References: 
 >[BUG] Cursor Flicker (From: Eric Gorr <email@hidden>)
 >Re: [BUG] Cursor Flicker (From: "Eric E. Dolecki" <email@hidden>)

  • Prev by Date: [BUG] Cursor Flicker
  • Next by Date: Re: Strange cast for CFURLRef
  • Previous by thread: Re: [BUG] Cursor Flicker
  • Next by thread: Re: [BUG] Cursor Flicker
  • Index(es):
    • Date
    • Thread