Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: jimbo on November 02, 2013, 05:22:37 am

Title: Diagram Dasboards
Post by: jimbo on November 02, 2013, 05:22:37 am
We want to add stop lights to a diagram. We would like the lights to change from values taken from a table. I am thinking I can set a new object in the t_diagramobjects table ObjectStyle field.

Has anyone done this before?

Here is a sample value of the ObjectStyle field, ImageID points to the image:

DUID=9D4FF01B;NSL=0;BCol=-1;BFol=-1;LCol=-1;LWth=-1;fontsz=0;bold=0;black=
0;italic=0;ul=0;charset=0;pitch=0;ImageID=408816035;LBL=CX=181:CY=24:OX=0:OY=0:HDN=0:BLD=0:ITA=0:UND=0:
CLR=-1:ALN=0:ALT=0:ROT=0;
Title: Re: Diagram Dasboards
Post by: qwerty on November 02, 2013, 07:13:44 am
See my Inside book. The image_id points to an image in t_image and is used for alternate images.

q.
Title: Re: Diagram Dasboards
Post by: jimbo on November 05, 2013, 03:49:20 am
I have your book but I did not see any material about setting up dashboards.
Title: Re: Diagram Dasboards
Post by: qwerty on November 05, 2013, 04:30:46 am
Surely the book does not target any specific solution. So is there anything you need to know which goes beyond the above written? Certainly you can manage such an image with a small add-in to appear in a way you like. Or is there any special you want to show in the dashboard?

q.