[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Creating elements in GMF outside of the current editor

Hi Alex,

Thanks for your help! After subclassing AbstractTransactionalCommand, the command works exactly as desired.

Thanks!
Jevon

Alex Shatalin wrote:
Hello Jevon,

I cannot use EMF directly with GMF running, because I need write
access, and I get a transaction exception.
Try subclassing AbstractTransactionalCommand.

-----------------
Alex Shatalin