Re: Double Help menus
Re: Double Help menus
- Subject: Re: Double Help menus
- From: Mark Alldritt <email@hidden>
- Date: Tue, 13 Dec 2005 11:09:49 -0800
- Thread-topic: Double Help menus
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?
Cheers
-Mark
------------------------------------------------------------------------
Mark Alldritt Late Night Software Ltd.
Phone: 250-380-1725 Script Debugger 3.0 - AppleScript IDE
WEB:
http://www.latenightsw.com/ FaceSpan 4.2 - AppleScript RAD
Affrus 1.0 - Perl Debugging
_______________________________________________
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