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 - sar2

Pages: [1]
1
I have never seen such a popup.
Could it be that you are deleting elements who have embedded elements?
In that case you might want to delete those first.

Geert

I try deleting connectors, embedded elements and constraints before the element and get the pop-ups during connector deletion all the time.
Ah, is it during a connector delete, or an element delete.

I think the bound properties are those things you set to link your association to an attribute.
I've never used those.
I would check if any of the collection on the connector (such as CustomProperties) has elements and make sure to delete these before deleting the connector.

Geert

PS. You should also report a bug. An API is not supposed to show message boxes when deleting stuff.

Ok so I tried deleting CustomProperties, but I get an Internal Application error.
I tried deleting all other collections as well, but it didn't help.

2
I have never seen such a popup.
Could it be that you are deleting elements who have embedded elements?
In that case you might want to delete those first.

Geert

I try deleting connectors, embedded elements and constraints before the element and get the pop-ups during connector deletion all the time.

3
Also never saw that. Which EA version?

q.

I'm using version 12.1

4
Hello,

I wrote a script, which has quite some long running time and does sometime need to delete out dated elements.
Sometimes when I use the Delete(short index) method on a element object, I get a "Delete or Keep the bound properties" pop-up in the background, which causes my script to pause until someone closes that window. This is quite bothersome.
I already tried deleting all connectors of the element in question first, but that didn't solve the problem.
Anyone have a workaround this?

5
Hello,

In my code I'm creating Elements with parts, which are connected by Aggregation, both type 1 and 2. However when creating a Diagram I had to notice that my parts are all displayed as "properties".
Is there a way to create my Part objects correctly, so they are displayed as "references" when Aggregation type is share in my code? I tried setting the CustomProperty value of "isReference", but it did not update when I checked in the GUI.

Thank you in advance.

Pages: [1]