Sparx Systems Forum
Enterprise Architect => Bugs and Issues => Topic started by: Uffe on October 16, 2017, 08:24:37 pm
-
Hi all,
I'm trying to work out where EA stores data for a TimeLine.
The transitions are in RunState. Got that.
The states are in t_xref. Alright.
But where is the Timeline Range?
Seeing as the range is set to 0-100 if I drop a TimeLine onto a different diagram, I thought it might be in the diagram object. But it's not, even though the range is only set to default in the new diagram.
There seems to be an additional transition that corresponds to the range's lower value, but I can't find anything that represents the higher one. Nothing in PDATA.
Little help?
/Uffe
-
t_diagram.StyleEx has values TDurLow, TDurHigh, TDurUnit and TDurHide
-
Ah, got it. Thanks!
For future reference, t_diagram.StyleEx also holds TimeIntervalList, INT_ARGS, INT_RET and INT_ATT.
... So I guess that means the only way to refer to an already existing TimeLine is to create a composite element to hold the diagram and the TimeLine, and reference that.
/U