Author Topic: -RESOLVED- Problems Defining Custom Toolbox  (Read 2475 times)

Shemuel

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
  • Oh, hi there.
    • View Profile
-RESOLVED- Problems Defining Custom Toolbox
« on: July 14, 2011, 08:55:51 pm »
Fixed. Turns out I was only importing the Toolbox profile and it seems you have to add that to an MDG technology for it to work.

I'm having trouble defining a custom toolbox. I've followed both the user guide and this blog tutorial, but my toolbox won't display properly.

I'm using EA v8.0.864, currently a trial version running in professional mode. I've defined the following things:

A package: <<profile>> Newbox
A class diagram: Newbox
1) <<metaclass>> ToolboxPage
2) <<stereotype>> MyToolbox1
 extends (1)
 - UML::Class = add a class
 - UML::Node = Node
3) <<metaclass>> ToolboxItemImage
4) <<stereotype>> UML::Class
 extends (3)
 - Icon = {valid image path}

When I export this as a UML profile, from either the diagram or the package, and import it either as part of an MDG technology or directly into resources, the resulting toolbox displays only the following:

MyToolbox1 (with stereotype icon)
UML::Class (with custom image)

The buttons do nothing. Am I doing it wrong somehow? Is this a problem with the version?

Thanks,
Sam
« Last Edit: July 15, 2011, 12:53:26 am by SamER »
Using EA 9.0.908 System Engineering Edition.