Enterprise Web Applications

Archive for the ‘Uncategorized’ Category

For those interested in mastering ActionScript and Flex, we do training in Singapore (together with Lab School). Both fundamental and advanced courses.

Read more…

Sometimes the design of the application requires visual elements to be placed one after another flowing from first row to the second and so on (just like words in paragraph). We’ve tried to use FlowBox container from FlexLib but it was not quite predictable (especially when it tries to measure its size), so we implemented our own flow layout container. It also has additional features:

  1. horizontal and vertical directions are supported (“direction” property)
  2. the children could be arbitrary aligned relative to each other (“alignCoeff” style)

You could see the demo and download the source code (MIT license) here

two directional flowbox flow layout

We’ve moved to the new site, powered by Wordpress. Hope you like it, stay tuned :)