Book a Demo

Author Topic: Sequence Diagrams  (Read 3760 times)

Graham_Labdon

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Sequence Diagrams
« on: February 17, 2009, 02:33:13 am »
I have a message in a sequence diagram that is defined to have 1 parameter called P1 (in parameters text box) and have assigned it a value of 1 (in parameter Value text box).
I have set diagram properties->features->show parameter detail to 'Full Details'
What I see on the screen is the parameter value only
If I elect to show 'type only' I still only see the parameter value
If I elect to show 'name only' I still only see the parameter value
If I only fill in the Parameters text box and leave the values box blank I see the Parameter (ie P1)
This is confusing, what I want is func(P1=1)
Any idea how I can do this?
 >:(

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Sequence Diagrams
« Reply #1 on: February 17, 2009, 02:51:10 am »
Open the same tab of the diagram properties dialog. In the Feature Options group, clear the option to Show Property String. That should do the trick.

You might also want to check the option to Suppress Brackets...
No, you can't have it!

Graham_Labdon

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Sequence Diagrams
« Reply #2 on: February 17, 2009, 03:00:32 am »
Hi Midnight - still no joy! same resullts :'(

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Sequence Diagrams
« Reply #3 on: February 17, 2009, 03:01:43 am »
I know, and sorry about that. I just got through checking it for this thread.
No, you can't have it!

Graham_Labdon

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Sequence Diagrams
« Reply #4 on: February 17, 2009, 03:06:17 am »
So I cant do it or can I... ;D
But if I type in the parameters box p1=1,p2=4 and set name only I see what I want