• 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
Cocoa from carbon - mouse tracking issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cocoa from carbon - mouse tracking issues


  • Subject: Cocoa from carbon - mouse tracking issues
  • From: Alan Dail <email@hidden>
  • Date: Mon, 25 Jul 2005 12:58:30 -0400

I have a carbon app (MacApp based) that I am calling cocoa dialogs from. I am having a problem that seems to be universal to all of my cocoa dialogs where the mouse isn't changing properly as you move it over various views. For example, when I move the mouse over top of a text field, sometimes it changes into an iBeam, far more often not. And when I move out of the field, it remains an iBeam long after it should have turned into an arrow. It always turns back into an arrow when you move out of the dialog itself, but then it won't turn back into an iBeam when it should.

What could be causing this and what could I do to get it to work properly. I bring up the dialog with

[[NSApplication sharedApplication] runModalForWindow:[self window]]

Before I call the dialog, I call

    NSApplicationLoad();
    pool = [[NSAutoreleasePool alloc] init];

and afterwards I call

    [(NSAutoreleasePool*)pool release];

Alan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Cocoa from carbon - cursor tracking issues
      • From: Alan Dail <email@hidden>
  • Prev by Date: applicationWillFinishLaunching not being called
  • Next by Date: Re: applicationWillFinishLaunching not being called
  • Previous by thread: Re: applicationWillFinishLaunching not being called
  • Next by thread: Re: Cocoa from carbon - cursor tracking issues
  • Index(es):
    • Date
    • Thread