Book a Demo

Author Topic: Deleting Elements from a Diagram  (Read 2429 times)

saiine

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Deleting Elements from a Diagram
« on: March 16, 2012, 08:57:06 am »
Specifically with a Data Model, this is driving me bonkers.

I delete a table from my diagram, yet it stays in the right hand pane "Project Browser" - so when I generate the DDL, the table code still gets generated.

I have to select the table from the right hand side and delete it there.

Is this a bug?

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Deleting Elements from a Diagram
« Reply #1 on: March 16, 2012, 09:04:19 am »
The Project Browser shows the contents of your model, and the elements in your model can appear in zero, one, or more than one diagram. Selecting an element in a diagram and pressing Delete removes it from the diagram, but not the model. To remove it from the diagram AND the model, press Ctrl+Delete.
The Sparx Team
[email protected]

saiine

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Deleting Elements from a Diagram
« Reply #2 on: March 16, 2012, 09:27:13 am »
Thanks, this makes sense.

Quote
The Project Browser shows the contents of your model, and the elements in your model can appear in zero, one, or more than one diagram. Selecting an element in a diagram and pressing Delete removes it from the diagram, but not the model. To remove it from the diagram AND the model, press Ctrl+Delete.