Book a Demo

Author Topic: Properties dialog closes when child dialog opens  (Read 4420 times)

Randy Astle

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Properties dialog closes when child dialog opens
« on: March 14, 2013, 02:32:53 am »
When I open the properties dialog, then click on a button that displays another dialog, the parent closes. This is very annoying when I want to do something else.

For example:
Select a class in a digram
Select "Properties..." from the context menu
Select Properties | Details in the tree on the left
Click on "Attributes" or "Operations" buttons

A new dialog opens and the parent dialog closes.

After editing, when the "Close" button is clicked on, this dialog closes and the parent dialog does not re-open.

This is very annoying when I want do something else in the original properties dialog that was opened -- the normal case.

Is there any way to disable this behavior? When a dialog that is the child of another dialog closes, I would like to return to the parent dialog.


Thanks,

Makulik

  • EA User
  • **
  • Posts: 400
  • Karma: +0/-0
    • View Profile
Re: Properties dialog closes when child dialog ope
« Reply #1 on: March 14, 2013, 03:04:10 am »
You can always go back to the 'General' properties tab clicking on the property tree in the left. Instead of parent/child dialogs think about tabbed dialogs.

HTH
Günther

Randy Astle

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Properties dialog closes when child dialog ope
« Reply #2 on: March 14, 2013, 07:02:22 am »
I would really prefer a tabbed dialog.

However, I must be dense, because I haven't found anything such as you described (even after doing some searching on the web).

Can you provide more detail, please?

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Re: Properties dialog closes when child dialog ope
« Reply #3 on: March 14, 2013, 07:18:53 pm »
What EA version are you using currently? It seems we're talking about different things ...

Best regards,
Günther
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Properties dialog closes when child dialog ope
« Reply #4 on: March 14, 2013, 08:39:28 pm »
Quote
For example:
Select a class in a digram
Select "Properties..." from the context menu
Select Properties | Details in the tree on the left
Click on "Attributes" or "Operations" buttons
We call that EAUI (EA Unique Interface) and have learned to live with it since many years. Chances are low they will introduce any orthogonal dialogues.

If you look through the suggestions board you will find quite a number of users moaning about similar issues. Honestly, the dialogue had been even worse in older EA versions, but there was never a break-through to make it - well - the way you'd expect it to be.

q.
« Last Edit: March 14, 2013, 08:42:16 pm by qwerty »

Randy Astle

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Properties dialog closes when child dialog ope
« Reply #5 on: March 15, 2013, 12:22:26 am »
I use EA 10.

It wouldn't be so bad except that the dialogs open soooo slowly.

As a result of your suggestion I did find that there are some shortcuts to the attributes dialog and the operations dialog -- and that is helpful (at least I don't have to wait for two dialogs to open.

Thanks for the help.