Book a Demo

Author Topic: Create Common Diagram Objects out of a script  (Read 4199 times)

Shounbourgh

  • EA Novice
  • *
  • Posts: 18
  • Karma: +1/-0
    • View Profile
Create Common Diagram Objects out of a script
« on: June 24, 2016, 11:04:24 pm »
Hi,

i wanted to create a Hyperlink Diagram object out of a vbs, but i actually dont know how, because no element has to be created for it.
Can someone post a valid solution?

Thx a lot & great weekend :)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Create Common Diagram Objects out of a script
« Reply #1 on: June 24, 2016, 11:41:17 pm »
Create a "Text" element and set SubType(/NType)=19. The Style needs to be something like "LinkOpen=open;" but depends on the various variations of a hyperlink.

q.

Shounbourgh

  • EA Novice
  • *
  • Posts: 18
  • Karma: +1/-0
    • View Profile
Re: Create Common Diagram Objects out of a script
« Reply #2 on: June 28, 2016, 10:54:08 pm »
Hi, it worked for me, ty.