Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Command Save / Save Action not working ???
Command Save / Save Action not working ??? [message #89631] Fri, 23 May 2008 12:55 Go to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
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 17:52 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:Minimize editor area
Next Topic:Problems using swt.virtual and a lazy content provider
Goto Forum:
  


Current Time: Fri Sep 20 21:41:05 GMT 2024

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

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

Back to the top