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 - Brian Wilkinson

Pages: [1]
1
Now that the API has being extended so that Baselines can be created in code, can we have some events that fire before and after so that custom code can added to handle user specific requirements of this base line functionallity.

2
Is is possible to have a t_diagramProperties table, the same as objects have.

At the moment I'm working on a  addin to reimport a newer version of a RSA model into EA.
This involves updating external links to the model and diagrams.
Using the t_objectproperties table columns Property and Value this makes it very easy to match objects as being the same.

Having a t_diagramProperties table working the same way would make it very easy to match old and new model diagrams.

3
General Board / Drop Element As Port / PartDialogue Not Appearing
« on: January 08, 2009, 08:57:30 pm »
Hi,
    I've got a problem when adding a class as a port to a component, as detailed in the help in "Add a Port to an Element" item 3, I do not get the drop element as port / part dialogue appearing. Most of my colleagues have this dialogue appear, and the help step works fine. Just a couple of us don't have this dialogue appearing and just get the Paste Element Dialogue. Is there away to get this dialogue to appear. We have checked our settings and they appear to be the same.

4
Bugs and Issues / EA_ContextItemDoubleClickedEvent being miss fired
« on: October 14, 2008, 12:59:36 am »
I'm writing an addin using the ContextItemDoubleClickedEvent. In the project explorer if I right click on an item and select properties then this event is being fired when it should not be.

If I select the item in a diagram and right click properties works fine.


5
Many thanks for that, using batch update I can create diagrams and elements, with no project browser refreshing, but I still have to update packages as I create otherwise I get an exception. Its not the perfect solution but it certainly speeds thing up a lot, and it is tiedier looking.

Thanks
           Brian

6
I'm currently working on an addin the creates many new elements and packages, is there away to prevent the project explorer from updating whilst doing this, i've tried

repositry.EnableUIUpdates = false

with no effect.

Brian

7
When I add a state to a region using the following code,

EA.Element element = regionElement.Elements.AddNew("state1", "State") as EA.Element

I get the com exception "Invalid parent for State (Region)"


I've also tried adding it to the package and then setting the parentID to the regionElements ID but I get the exception

UML rules do now allow this relationship.


Can anyone help.

Brian

8
Is there a way of find which diagrams are open in the broswer window.

I don't seem to be able to find a property on a diagram that says if it open in the browswer or a collection of which diagrams are currently open.

Can any one help out?

                                  Brian

Pages: [1]