Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: kotrick on December 02, 2013, 11:15:54 pm

Title: EA 10 Diagram objects issue
Post 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
Title: Re: EA 10 Diagram objects issue
Post by: qwerty on December 03, 2013, 08:50:02 am
This is a known bug and scheduled to be fixed in V11. Was broken from 9.3 to 10.0.

q.
Title: Re: EA 10 Diagram objects issue
Post by: kotrick on December 05, 2013, 09:53:33 pm
i found a work around using Repository.Execute(SQLQuery) api am able to set the diagram objects at specific locations.