Book a Demo

Author Topic: Is it possible to call Addin from shape script?  (Read 4845 times)

Roman Bretz

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Is it possible to call Addin from shape script?
« on: April 04, 2012, 10:09:22 pm »
need to display some values not available via standard hasproperty method. Would be great if add-in calls could be used. Help says:

Quote
Properties for Element Shape Scripts
ยท addin (value returned from an Add-In)

Chapter "Display Element/Connector Properties"

but how??? I tried the call-syntax used in the code-generation templates - without success :(
« Last Edit: April 04, 2012, 10:11:06 pm by rbretz »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile

Roman Bretz

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Is it possible to call Addin from shape script
« Reply #2 on: April 04, 2012, 11:06:03 pm »
great, as usual - simple if you know how it works :)
thanks!