Author Topic: MDG Technology operations  (Read 5318 times)

royvanmarrewijk

  • EA User
  • **
  • Posts: 61
  • Karma: +1/-0
    • View Profile
MDG Technology operations
« on: November 17, 2016, 11:05:08 pm »
Hi,

I would like to create a profile which contains a stereotype of an operation and I would like to use this operation in a stereotyped class. Can someone tell me how to do this??

With this I would like to know if it is possible to create additional fields in stead of tagged values. So for example I would like to stereotype an operation and add the fields {min value, max value, fraction} and when I create this operation the additional field are shown.

kind regards,
Roy

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: MDG Technology operations
« Reply #1 on: November 17, 2016, 11:56:29 pm »
Hi Roy,


For the second part the answer is no. You can create tagged values, but you can't create other properties and have them displayed in EA's GUI.

The way to achieve this is to implement the additional properties as tagged values, and create your own properties dialogs. This is no small task, but doable.

HTH,


/Uffe
My theories are always correct, just apply them to the right reality.

royvanmarrewijk

  • EA User
  • **
  • Posts: 61
  • Karma: +1/-0
    • View Profile
Re: MDG Technology operations
« Reply #2 on: November 18, 2016, 12:01:26 am »
Hi Uffe,

Thanks for your reaction! I think this is a reasonable solution. Do you know where I can find a tutorial or something about creating my own properties dialogs??

Roy

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: MDG Technology operations
« Reply #3 on: November 18, 2016, 12:22:28 am »
Not off hand, sorry. You have to build an Add-In, so start there. Geert Bellekens has a good tutorial on his blog.

/U
My theories are always correct, just apply them to the right reality.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: MDG Technology operations
« Reply #4 on: November 18, 2016, 12:25:36 am »
You could also have a look at the 3rd-party EA extension eaForms.

I'm not involved with that myself and I haven't used it, but I saw a demo a couple of years ago and it looked very useful. Might suit your needs.

/Uffe
My theories are always correct, just apply them to the right reality.

royvanmarrewijk

  • EA User
  • **
  • Posts: 61
  • Karma: +1/-0
    • View Profile
Re: MDG Technology operations
« Reply #5 on: November 21, 2016, 07:55:56 pm »
Thanks Uffe,

I will have a look at it.