ForeUI is an easy-to-use UI prototyping tool, designed to create mockup / wireframe / prototypes for any application or website you have in mind.

All posts in Uncategorized

ForeUI V1.32 is Released!

We’ve just released the V1.32 of ForeUI, which include some bug fixings, enhancement and customized element.

Hand Drawing Theme: Transparent background

We’ve introduced the hand drawing theme in V1.30, but the background of elements are always white in this theme.  Cristian Prundeanu suggested a solution to allow filling the background for color, so here it is.  Thank you Cristian Prundeanu 🙂

hd_color

New Customized Element:  Vertical Button

This element is required by Erik, it is useful when we need a button with vertical layout.  Thank you Erik 🙂

vertical_button

This new version also fixed some bugs:

  • Fixed Bug_0065: Transparent GIF image are not painted collectly.
  • Fixed Bug_0066: The spaces at the beginning are not renderred on the plot.
  • Fixed Bug_0067: The font is not exported to DHTML in V1.30
  • Fixed Bug_0070: Image Export: choose existed file and change the name doesn’t make sense.
  • Fixed Bug_0071: Hand drawing theme: Tabs should have different color when disabled.

Fidelity Independent Wireframe

I’ve just post a new article about the “Fidelity Independent Wireframe”.  It seems I’ve made a new word :-), anyway, I got the inspiration from the word “Platform Independent”.

No matter which name is used, it is one of the most important design concept of ForeUI.  We make prototype skinnable, so that the fidelity of prototype can be freely switched.  The figures below are prototype for the same design but with various fidelities:

lo_fi

mid_fi

hi_fi

With ForeUI, we don’t have to create them one by one, just create one prototype and then switch the UI theme to export different figures.  It is a significant time saving.

You can find more details about the prototype fidelity in the article.

ForeUI V1.30 is Released!

1

Hello everybody, today we released the V1.30 of ForeUI 🙂

This version is really exciting, since it provides a brand new UI theme: Hand Drawing.  That means ForeUI can be used to create low fidelity wireframe now. What’s more, we can freely switch the fidelity of wireframe in ForeUI.

ForeUI with Hand Drawing UI Theme

ForeUI with Hand Drawing UI Theme

Another new feature is the z-index input field, now we don’t have to guess the z value of element:

zindex

This version also contains some enhancements and bug fixings:

  • Enhancement:  Exporting the rumple effect to DHTML.
  • Enhancement:  Auto check new versions when startup.
  • Fixed Bug_0063:  The text label collapses spaces when simulating.
  • Fixed Bug_0064:  After dragging the opacity slider, too may opacity records in undo history.

We’d like to express our great thanks to  Cristian Prundeanu,  he gave us so many good suggestions on our support forum.  Some enhancement and bug fixings above are required by him.  Thank you Cristian Prundeanu, we are so happy to get so many useful feedback from you 🙂

Also we want to thank Louis Marshall here, he gave us many suggestions via email, that help us a lot!  Thank you Louis Marshall, you are such a good guy 🙂

ForeUI V1.27 is Released!

ForeUI V1.27 is released today!

This version provides a new customized element named “Placeholder”.  Placeholder is  frequently used during UI prototyping, it can represent something that is not confirmed at this time, and help building the whole layout of the design.

placeholder

Also this version fixed some bugs:

Bug_0057: Text label is on incorrect location during simulation.

Bug_0058: The file “website_simulation.4ui” and “installer_simulation.4ui” can not be loaded at V1.25.

Bug_0059: Too many css files are used, it will meet problem when simulating in IE.

Bug_0061: The conditional loop is not really stopped when condition is not satisfied.

Bug_0062: The text label ignore the line break when simulating.

Operate Multiple Elements in Simulation

When we define the behavior of element, we can operate on selected element in the event handler.

operate_on_elem

After we click the “Operate on Element…” menu item, we can create a new action that operate on selected element.

three_steps

We can click the “Browse…” button to choose the element to be operated on, but we can only pick one element at a time.  What if we need to operate on multiple elements?  Should we repeat creating actions for those elements?  Can we work on multiple elements at a time?

The first solution in my mind is to us the grouping, as we all know that in ForeUI we can group multiple elements as a group, which will be regarded as one element.  So we can group multiple elements together and operate on the group.

select_group

There is another workaround, some actions (such as change location, change visibility etc) provide the option to include other elements in the area.

include_others1

What does this option mean? let’s take a look at the figure below:

include_example1

We can see element B and C are located within the area of element A, while element D is not in the area.  When we create the action to hide element A and checked the “Include elements within the area” option, element A, B and C will all be hidden in simulation.  

What if we don’t have such kind of element like element A? There is an interesting skill: we can create a transparent element A (can be a rectangle element, without border, set its opacity to zero), and operate on the invisible element A.

invisible_elem