Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Interactions between Toolbox objects on a screen
posted

Hi:

Is there a way to set up "conditional" interactions? For example, I would like to show a screen where a user clicks an option, then a login button to see a particular state. In other words, on a login screen:

  • Option1 + Login = State1.
  • Option2 + Login = State2.
  • Etc.

Thanks!

Parents
No Data
Reply
  • 11674
    Verified Answer
    posted

    Hi Michael, 

    That is on the todo list; I suggest you vote for it and add any details on the idea that are important to you.

    In the meantime, you can emulate it by adding, e.g., a hyperlink somewhere in the screen that says "User Types Invalid Login" that goes to a new state and shows that. If you establish a convention with your reviewers (e.g., look in this area on the screen for alternate states) that can work.  A listbox or some other list element can also work if you have multiple states you want to show; set the click on each list item to create a new state and show the changes.

Children
No Data