[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] MenuManager disappear
|
- From: mvcsc@xxxxxxxxxxxxxx (Marcelo Calado)
- Date: Mon, 21 Jan 2008 22:04:28 +0000 (UTC)
- Newsgroups: eclipse.platform
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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