Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Menu Window-Navigation show view menu
Menu Window-Navigation show view menu [message #459865] Thu, 07 December 2006 19:10 Go to next message
Eclipse UserFriend
Hi,
In eclipse ide under window menu/ and under navigation - first 2 items are
Show System Menu Alt +-
Show View Menu Ctrl+F10

How do I show them in my application?

I do following:

IWorkbenchAction showViewMenu =
ActionFactory.SHOW_VIEW_MENU.create(window);
register(showViewMenu);

I add that to my menu- why is showViewMenu disabled?

How do I enable it?

Dhiresh
Re: Menu Window-Navigation show view menu [message #459898 is a reply to message #459865] Fri, 08 December 2006 08:35 Go to previous message
Eclipse UserFriend
Make a view active and then open that menu ... when I have an editor
active, it's disabled.

Later,
PW
Previous Topic:editor in readony mode
Next Topic:Help menu
Goto Forum:
  


Current Time: Wed Mar 26 11:37:36 EDT 2025

Powered by FUDForum. Page generated in 0.04538 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top