Hello everybody,
Last week I found following:
1. First off all, I created two classes on my diagram and then connected them with, for example, associate connector and then attached a note to this connector (pop-up menu -> Attach Note...). Then I selected in pop-up menu of this note "Advanced settings -> Link to connector tagged values". Then I wrote something in connector link name and this phase appeared in my note. This is seemed to me very convenient for the printable versions of diagrams, because I can sometimes show an important information on the paper and if I change someting in link name of the connector everything will be corrected in all notes on all diagrams.
(It seems to me, that if Sparks gives an opportunity to attach notes not only to connector tagged values or diagram notes, but to element notes it wil be good:-)
But when I made an operation of export/import of my model into xml file an error message appeared and I found that my note was empty.
2. We use Borland Delphi for our projects. In EA documentation I have found the information, that EA suports Delphi code generation
for example when I decided to create for examle a class TmyClass = class
private
FmyAttt : Integer;
public
property myAttt : Integer read FmyAttt;
end;
In EA I created new class and added an attribute FmyAttt : Integer.. then I selected in pop-up menu of my class "Features -> Delphi properties" and created property myAttt (I could not understand why in Types I could not find standart Delphi types, such as Integer, string, etc) So, I printed in Types "Integer". After this EA generates the correct code. More over, when I pushed the "Save" button of my property twice I found that sometimes a new empty property appered(??) or the property name became looks like "myAttt : Integer myAttt"

Vlad.