Book a Demo

Author Topic: MDG: Multiple _subtypeProperty tags?  (Read 5511 times)

skelesp

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
MDG: Multiple _subtypeProperty tags?
« on: August 30, 2013, 06:03:33 pm »
Hi

Is it possible to have multiple _subtypeProperty tags? I want to give the user several option lists when creating an element...

Thanks

S.

ken.norcross

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
Re: MDG: Multiple _subtypeProperty tags?
« Reply #1 on: August 31, 2013, 07:49:25 am »
maybe try hidden menus in a tool box?

This is how BPMN2.0 offers two levels of menus when you drop an Intermediate Event on a diagram. First you choose edge-mounted or stand-alone (the hidden menu), then you choose event-type (the _subtypeProperty).

Not really what you are looking for but may offer an option.

skelesp

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Re: MDG: Multiple _subtypeProperty tags?
« Reply #2 on: September 02, 2013, 07:00:31 pm »
Thanks for the answer, but it's not exactly what I need.

I want to be able to ask to set some 'required' tagged values. With the hidden menus I can only choose which metaclass of the element I want to use.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: MDG: Multiple _subtypeProperty tags?
« Reply #3 on: September 02, 2013, 11:32:36 pm »
In that case you will need to write an add-in that reacts on creation of these elements and presents a dialogue.

q.