Book a Demo

Author Topic: wrong class template?  (Read 2745 times)

Peter St.

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
wrong class template?
« on: September 21, 2010, 01:32:13 am »
Hi All

I do my 1st steps in EA and now I'm playing with the tool.

I have the following problem.
I create a class with an own name, seven attributes and seven Operations. After them I add and delete some classes, packages and import source code (C++).

Now I want to get a new Class in a "Class Model" and I get not a new empty class everywhere in the model. I always get a "copy" from my first class with the name "class 1"

What did I wrong?

Best regards
Peter

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: wrong class template?
« Reply #1 on: September 21, 2010, 09:05:36 am »
Go to Settings | Template Package.
Select <none>.

Peter St.

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: wrong class template?
« Reply #2 on: September 21, 2010, 03:27:38 pm »
Thanks.

That was the issue.

Peter