I'm using EEF to create property editors for an EMF model I'm working on. The model is composed of commands, and each command can be in "EDIT" mode or in "RUNNING" mode. This information is available as derived attribute of each command, and it is controlled by my application logic.

I want to let the user only edit the commands in "EDIT" mode, while I want to make read-only those in "RUNNING" mode... how can I do that?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I found out a solution: I need to change the generated code so to check the runtime information and make read-only sensible information.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.