| [news.eclipse.tools.emf] Re: [CDO] CDOSavePoint and rollback question |
|
Hi Eike, thanks for your comments! I'm not sure what you are driving at. I think you are talking about the generated editor that would display a "*" when there are changes that are not committed, right? Why should it disappear when DIRTY events are fired? And what are these "dirty" events?If your editor contains a ResourceSet that is associated with one or more CDOTransactions I suggest that you register an IListener with these transactions to receive these IEvents: In my example application, I did not use the generated editor, I did not use an editor at all. Just a simple view, with controls data-bound to my model. It was a proof-of-concept for us. Kind regards, Sebastian |