Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » adding action to toolbar in formpage
adding action to toolbar in formpage [message #602330] Thu, 08 October 2009 11:05
Ido Mising name is currently offline Ido Mising nameFriend
Messages: 24
Registered: July 2009
Junior Member
I want to add a button to the toolbar in my page that derives from FormPage. I use the code:

Action action = some action...
action.setImageDescriptor(som descriptor...);
toolBarManager.add(action);

When I run the editor I don't see nothing in the place were the button should be. If I'm hovering it with the mouse it changes to a hand icon. But if i click the action doesn't run.
Should I use some MenuManager or something like that?
Previous Topic:how to run junit plug-in tests with ant
Next Topic:Galileo: Cannot complete the install because one or more required items could not be found.
Goto Forum:
  


Current Time: Thu Mar 28 18:36:44 GMT 2024

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

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

Back to the top