Comment #3 on issue 596 by jannik.l...@gmail.com: Name of the project not set when importing from Smalltalk http://code.google.com/p/moose-technology/issues/detail?id=596
I do not know how to solve this. I tried to hardcode this, to see what happen:
in MooseImportFromSmalltalkImageWizard>>performTerminateButtonAction, I added this line to force accepting the text: (self wizardPanes second partsAndInformationsAssociated keyAtValue: #modelName) merlinRendering textField textMorph acceptContents.
But it keeps 'MooseModel'.
Cyrille any idea ? We should validate the content when the field lose the focus.