I honestly don't know - replacing a Carbon main menu with a Cocoa main
menu at runtime isn't a configuration I've ever tested. If what you
tried works and you're happy with the result, I guess go with it.
-Peter
On Oct 14, 2008, at 7:09 AM, Esteban Lorenzano wrote:
Hi,
I loaded from Nib,
Hi,
I loaded from Nib, as you suggest, and something strange happens -
strange, but near what I need-
If I load a Nib, the new main menu overlaps the old one (and two menus
coexist)... but new Main Menu redraws "apple" menu too, and disappear
if I reload the Nib. Finally, if I first "clean"
On Mon, Oct 13, 2008 at 8:18 AM, Esteban Lorenzano <[EMAIL PROTECTED]> wrote:
> I'm new to the list -and to cocoa-, and I don't know if what I want to do is
> possible: I'm writing a plugin for a previous existent application made in
> carbon, the application will take over the old app behavior, an
On Oct 13, 2008, at 5:18 AM, Esteban Lorenzano wrote:
Hi,
I'm new to the list -and to cocoa-, and I don't know if what I want
to do is possible: I'm writing a plugin for a previous existent
application made in carbon, the application will take over the old
app behavior, and for that, it n
Hi,
I'm new to the list -and to cocoa-, and I don't know if what I want to
do is possible: I'm writing a plugin for a previous existent
application made in carbon, the application will take over the old app
behavior, and for that, it needs to replace the menu with a new one...
I read documen