Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: bachus on April 14, 2014, 07:20:36 pm
-
Hello,
I'quite new in Enterprise architect, I'm looking to develop my own toolbox with components already set to initial values.
I've manage to create and import my toolbox, but I didn't find how to make menus (like in every others toolbox e.g in the toolbox Class there is the tab Class and after Class relationships).
I would like to do the same !
Here's some screen shots of my actual toolbox.
Actual toolbox menu
(http://i58.tinypic.com/2v2wm5x.png)
Components used to build the toolbox
(http://i59.tinypic.com/28qusm9.png)
The project browser view
(http://i62.tinypic.com/2niwetg.png)
Any help is appreciated :)
-
Create multiple stereotypes, and link them to the same toolboxpage to create categories within toolbox
(http://i59.tinypic.com/2lu9vcw.png)
-
Thanks for the fast respond.
I tried your example, but there is still something I don't get...
The toolbox appears like this:
(http://i62.tinypic.com/dyradu.png)
Is it possible that you provide your file, so I can have a look ?
Best regards
-
Try the sample package from this link http://www.sparxsystems.in/assets/docs/SSINSample_MDGTech.xml
Geterate tech by saving the profile, diag profile and toolbox profile as individual files and building using the MDG Tech builder.
Also has some comments on how to extend existing profile elements (Archimate example)
-
It looks like you have created a simple profile and EA has created a default toolbox for you. This works well for the simplest of profiles, but when things get more complicated (e.g. when you want to define multiple toolboxes) you need to create an MDG Technology which bundles your profile with a toolbox profile that defines your toolbox customizations. Have a look at the help file: the page "MDG Technologies - Creating" is a good starting point.
-
Hello,
Yes at beginning I was looking for something as simple as possible, but I finally come to the MDG technology to create my toolbox, and it's work great !
May have ask another "easy" question, I would like to create multiple element in my toolbox (in the same menu) from the same UML Element.
For example: I would like to get in my toolbox an element called
Class1 from UML::Class
Class2 from UML::Class
...
But I can't declare attributes with the same name in the Stereotype.
(I'm working with EA 9.3)
-
I really can't think why you would want two identical toolbox items, but you could try "UML::Class" and "UML::cLass" - the "UML" bit is case-sensitive but the "Class" bit isn't.
-
Brilliant ! Thank you