closed
Public

In a simple prototype “Go to Page”, “Make element visible”, and “Make element hidden” are the most common behaviours. I guess that a lot of ForeUI users rarely use the other behaviours, because often a prototype does not need to be very advanced.

Personally I create both very simple and advanced prototypes, and my experience it that in general adding behavior is a very “click-heavy” task.

I suggest that you make it easier to add the simple behaviors, and thereby allow new users to create simple prototype with simple behaviour faster.

If a click on a button should lead to another page in the plot you must do the following:

  1. Select the button
  2. Press CTRL + D
  3. Click on “Select 1 element”
  4. Click on “Add Event”
  5. Click on “Element Clicked”
  6. Click on “Add Action”
  7. Click on “Go to Page”
  8. Select the page
  9. Click OK

Imagine this:

  1. Right-click on the button
  2. Click on “When clicked Go to Page
  3. Select the page
  4. Click OK

If a click on a button should make another element visible you must do the following:

  1. Select the button
  2. Press CTRL + D
  3. Click on “Select 1 element”
  4. Click on “Add Event”
  5. Click on “Element Clicked”
  6. Click on “Add Action”
  7. Click on “Operate on element”
  8. Click on “Choose…”
  9. Select the element that should be hidden
  10. Click on “Select 1 element”
  11. Click on “Toggle visibility”
  12. Click on “Make element visible”
  13. Click OK

Imagine this:

  1. Right-click on the button
  2. Click on “When clicked Make Element Visible
  3. Select the element
  4. Click on “Select 1 element”
  5. Click OK

What do you think?

1 answer

Thanks for the great idea. It looks like a kind of “auto complete” system, and will ease the process to create simple behavior.

We will consider implement it in future version (will confirm the version after internal review).

#1

This question is now closed