Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AndiW.

Pages: [1]
1
Hi,

as a workaround to get the tagged value window updated, select another element in the project browser and then switch back an select your element of interest. I use this method to update my tagged values window after modifing the tags by script.

Code: [Select]
Repository.ShowInProjectView(anyObj)
Repository.ShowInProjectView(neededObj)

BR
Andreas

2
Bugs and Issues / Re: EA14 Embedded Ports own/inherit embedded ports
« on: September 13, 2018, 01:43:33 am »
Hi,
it seams that it was an issue of the first EA14 Builds. With EA14.1 Build 1427 the problem of showing nested properties on nested properties is working fine.
Thanks to EA developer for solving that issue.

3
Bugs and Issues / EA14 Embedded Ports own/inherit embedded ports
« on: August 21, 2018, 06:03:59 pm »
Hi,

I started my design process with EA13.5 and I created interfaces with typed ports which own typed ports as well. So I was able to create a deep structure of embbeded ports which embed ports and so on. Now in EA14 I'm not able to do the same. I just can show ports with one level of embedded ports but I want to show the embbeded ports of the embedded ports.  :o
If I select the embedded port and go to the Features/Interaction Points window I can see the list of its inherited ports. I can select them but they don't appear in the diagram.

Any thoughts or ideas?
Thanks in advanced

Pages: [1]