Book a Demo

Author Topic: EA asks always on Dropfromtree event if the element is link etc...  (Read 4493 times)

Ceronimo

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Hi,
i have created a own library which creates a new element in the package of the diagram in which i drop it.

1. The element is copied into the package but ea asks always if iwant to creat a link or instance. How can i disable that for my  library ?

2. How is  it possible to create a Link of the element ,that i have created in the diagram package ?

 ;D
thank you for your help

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA asks always on Dropfromtree event if the element is link etc...
« Reply #1 on: April 08, 2016, 04:18:04 pm »
- The dialog can be disabled by a checkbox on the bottom left if I'm not mistaken.
- If you want to show an element on a diagram you have to create a DiagramObject and set the ElementID to the ID of the element.

Geert

Ceronimo

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Re: EA asks always on Dropfromtree event if the element is link etc...
« Reply #2 on: April 08, 2016, 09:12:56 pm »
thank youuuu