1
Automation Interface, Add-Ins and Tools / Re: ReportAvOnComRelease- Exception after closing
« on: November 16, 2012, 11:09:43 pm »
wanna push
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.
(sorry about x-posting)
What you could to is to start a timer in a separate thread that triggers an update of the control.
Alternatively instead of a timer just set a reload flag and catch the EA_OnContextItemChanged event that fires after each EA_OnPreDelete... event when deleting using the project browser. i think it will get fired after the element is destroyed so that would be a good moment to check the reload flag and refresh your control 8-).
best regards,
Paulus
A diagram is not the same as an element, you need to catch EA_OnPreDeleteDiagram for that
regards,
Paulus