Author Topic: EA 10 Diagram objects issue  (Read 2797 times)

kotrick

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
EA 10 Diagram objects issue
« 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

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: EA 10 Diagram objects issue
« Reply #1 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.
« Last Edit: December 03, 2013, 08:50:35 am by qwerty »

kotrick

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Re: EA 10 Diagram objects issue
« Reply #2 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.