Book a Demo

Author Topic: Displaying tagged values through shape script  (Read 4378 times)

harvinder

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Displaying tagged values through shape script
« on: December 20, 2010, 12:44:42 pm »
I am wondering if it is possible to display the tagged values through the shape script. If yes, how?

A sample script would be greatly appreciated.

cheers and happy holidays
harvinder

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Displaying tagged values through shape script
« Reply #1 on: December 20, 2010, 12:48:59 pm »
print("#tag:tagname#");
The Sparx Team
[email protected]

harvinder

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Displaying tagged values through shape script
« Reply #2 on: December 29, 2010, 08:58:02 am »
And how to display the Guard value of the connector?

I see TransitionGuard Property on the IDuelConnector, tried print(#TransitionGuard#), but that does not work ;-)

cheers
harvinder

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Displaying tagged values through shape script
« Reply #3 on: December 29, 2010, 10:10:56 am »
Will be in the next release (assuming it gets through code review!)
The Sparx Team
[email protected]