Author Topic: How to specify Progress/Navigation bar steps in a Wireframe diagram?  (Read 2875 times)

Hauke Wittern

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
When I add a "Progress/Navigation bar" element to a Webpage Wireframe diagram, the element displays the steps "Pay", "Enter address", "Confirm" and "Finished".
How do I customize these steps? In the Properties tool window there is a property "Steps". However, I can only select one of the predefined steps to be the active step.

I am using v15.2.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +54/-3
    • View Profile
Re: How to specify Progress/Navigation bar steps in a Wireframe diagram?
« Reply #1 on: October 07, 2020, 07:59:01 am »
The functionality for modifying this is only available in the modal Properties dialog; it hasn't made it to the newer Properties docked window yet.

Open the Properties dialog by double-clicking the element, go to General page, Wireframing tab, and select the Steps tagged value. Then open the Tagged Value Note (4th icon from left on the tagged values toolbar) and you will see something like
Code: [Select]
Values: Pay,Enter adddress,Confirm,Finished
Default: Pay

Feel free to edit this, but don't mess up the syntax!
The Sparx Team
[email protected]

Hauke Wittern

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: How to specify Progress/Navigation bar steps in a Wireframe diagram?
« Reply #2 on: October 07, 2020, 11:37:52 pm »
Thank you!