Re: Double Help menus
Re: Double Help menus
- Subject: Re: Double Help menus
- From: Andrew Farmer <email@hidden>
- Date: Tue, 13 Dec 2005 11:24:03 -0800
On 13 Dec 05, at 11:09, Mark Alldritt wrote:
Hi,
This probably has been noticed in QuickTime Player when the DivX
codec is installed, for example, because the DivX coded called
HiliteMenu from its component initializer, which was run (via
EnterMovies) before QTPlayer called [NSApplication run].
It's possible that your app is hitting the same problem with DivX, if
the problem is only seen on certain machines. The general solution is
to avoid calling into the Menu Manager, or calling anything that
could call into the Menu Manager, before starting up NSApplication.
This is the problem - thanks. My application, while not a
QuickTime app, is
heavily dependant on the Component manager (because of the OSA
calls it
makes) and moving the DivX component out of the /Library/QuickTime
folder
corrects the problem.
I don't suppose there is anything I can to to work around this in
Cocoa is
there?
No, but it isn't your problem to work around. It's a bug in the DivX
component
which I believe has been fixed in newer versions.
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
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