Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: kotrick on December 02, 2013, 11:15:54 pm
-
Hello,My automation script creates a diagram and places the ports at some co-ordinates.
In EA 8 it was working fine.When i move to EA10 i see the diagram is completely spoilt..All ports are placed at top left corner of objects.
In Debug mode i found While updating and refreshing the diagramObjects the co-ordinates of ports change automatically..which is not correct.
can any one suggest solution.
I want to place the port at some location of the parent object
-
This is a known bug and scheduled to be fixed in V11. Was broken from 9.3 to 10.0.
q.
-
i found a work around using Repository.Execute(SQLQuery) api am able to set the diagram objects at specific locations.