Cocoa in my Carbon app has made it completely inaccessible
Cocoa in my Carbon app has made it completely inaccessible
- Subject: Cocoa in my Carbon app has made it completely inaccessible
- From: David Niemeijer <email@hidden>
- Date: Wed, 20 Apr 2005 20:33:29 +0200
Hi,
I have a Carbon app and use a little Cocoa to make use of the
SpellChecker. I just found out that this breaks accessibility on
10.3.8 and probably earlier too. Have not tried yet on Tiger. If I
include the Cocoa code the accessibility API only reports back an
AXApplication and no windows or even a menubar. If I remove the Cocoa
code my application is fully accessible.
So my question is at what stage I can safely initialize my Cocoa code
to be able to use that but not loose accessibility for my menubar and
windows. I tried doing it at the very end of my initialization code
but that did not help. I even tried doing it after
RunApplicationEventLoop had started up the event loop, but that did
not help either. So what can I do to force Carbon to register the AX
stuff for my app before Cocoa gets initialized.
Thanks,
david.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden