Hi,
I have two objects in my sequence diagram with message
AudioRequest.Rq(int, int, int, int) being sent from A to B. The message has 4 parametes in it.
The message Parameters: as listed in the message dialog box are:
RequesterSystem : Requester Location,RequestedAudioSource : Audio Source,RequesterPriority : Priority,ResourceRequestStatus : Allocated
There are no Parameter Values: defined in the dialog box.
I would like the sequence diagram to show the message with the parameters listed in it as such:
AudioRequest.Rq(RequesterSystem : Requester Location,RequestedAudioSource : Audio Source,RequesterPriority : Priority,ResourceRequestStatus : Allocated)
It use to work, but now it doesn't and all my SD show the message as such:
AudioRequest.Rq(int, int, int, int)
Does anybody now how to resolve this? I have tried input the information several different ways and still can't get it to show up.