| 
| Command Save / Save Action not working ??? [message #89631] | Fri, 23 May 2008 08:55  |  | 
| Eclipse User  |  |  |  |  | Hi, I added my whole menu through the extension point "org.eclipse.ui.menus".
 This way the Save action does not work correctly as it does not have a
 handler set. CloseAction and CloseAllAction works properly. I get the Save
 to work, if I call
 register( ActionFactory.SAVE.create( window ) );
 
 in my ActionBarAdvisor, but that's not a good solution, I think.
 
 Any suggestions, or am I missing something?
 
 Regards,
 
 Markus
 |  |  |  | 
| 
| Re: Command Save / Save Action not working ??? [message #89776 is a reply to message #89631] | Sun, 25 May 2008 13:52  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: rherrmann.innoopract.com 
 Markus,
 
 I gave this a quick try, but ended up with the same results as you
 did. Maybe you should ask this on the PlatformUI newgroup.
 
 Cheers,
 Rüdiger
 
 
 Markus Krüger wrote:
 > Hi,
 > I added my whole menu through the extension point "org.eclipse.ui.menus".
 > This way the Save action does not work correctly as it does not have a
 > handler set. CloseAction and CloseAllAction works properly. I get the Save
 > to work, if I call
 > register( ActionFactory.SAVE.create( window ) );
 >
 > in my ActionBarAdvisor, but that's not a good solution, I think.
 >
 > Any suggestions, or am I missing something?
 >
 > Regards,
 >
 > Markus
 >
 >
 |  |  |  | 
Powered by 
FUDForum. Page generated in 0.02768 seconds