Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Isaveable2 doSaveAs is never invoked
Isaveable2 doSaveAs is never invoked [message #1219493] Wed, 04 December 2013 09:04
ModelGeek Mising name is currently offline ModelGeek Mising nameFriend
Messages: 550
Registered: June 2011
Senior Member
I have implemented ISaveable2 in one of my views(RCP 3.0 application).

I have noticed that doSaveAs operation is never invoked. I have registered Save As action in ActionBarAdvisor like

saveAsAction = ActionFactory.SAVE_AS.create(window);
register(saveAsAction );

and save as action is available in toolbar but when i click it doSaveAs operation is never invoked.. even though isSaveAsAllowed is returing true...
public boolean isSaveAsAllowed() {
return true;
}

any clue?

Cheers,

[Updated on: Wed, 04 December 2013 09:07]

Report message to a moderator

Previous Topic:Debug Perspective not switching after clicking Yes on "Confirm Perspective switch"
Next Topic:start a product/feature programmatically
Goto Forum:
  


Current Time: Tue Mar 19 04:46:10 GMT 2024

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

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

Back to the top