[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] MenuManager disappear

Hi everybody,

I'm in trouble with something that seems to be a simple issue: Add a MenuManager to file menu. The code bellow is what I do:

	private MenuManager newFile = new MenuManager("&New");
       newFile.add(ContributionItemFactory.NEW_WIZARD_SHORTLIST.
       		create(window));
       fileMenu.add(newFile);


The PROBLEM is: When run the product, if the user opens the Customize Perspective and just cancel and go back to menu File, the item "New" disappear! Very strange... I already tried some changes in the code above but I still got the bug. Anyone already had something like or have any idea about it? I appreciate any help from us! thanks!!!


Marcelo Calado