Book a Demo

Author Topic: How to get back subprocess symbol  (Read 3837 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
How to get back subprocess symbol
« on: August 25, 2015, 09:11:52 pm »
Placing an edge-aligned event on a subprocess removes the symbol  ( "+"), but the Type remains subProcess. How to get back the symbol?

There is a subprocess SUBP1
The Typeof SUBP1 = subProces
The symbol  "+" is displayed

Now I create an edge-aligned even on the SUBP1
The Typeof SUBP1 = subProces
The symbol  "+" is disappeared

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: How to get back subprocess symbol
« Reply #1 on: August 26, 2015, 09:20:45 am »
Right-click the sub-process and untick the "Is Expanded" command.
The Sparx Team
[email protected]

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Re: How to get back subprocess symbol
« Reply #2 on: August 26, 2015, 08:13:40 pm »
KP: thanks a lot for your valuable responses