Not quite what we call “enterprise” solution but still interesting. Visual elements are being dynamically created from media content management system.

This is a small application where we applied our bidirectional flow layout container to layout controls for the filters (the filter form is generated dynamically from XML file)

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:
- horizontal and vertical directions are supported (“direction” property)
- 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
Check out the newer (but not the latest) version of Idubee spreadsheet application. While in editor, press CTRL+M to generate a column of 1000000 cells. As you’d see, perfomance of the component is not affected – it has constant rendering time regardless the amount of data.

Posting some links to old versions of our spreadsheet application (please. note that backend is disabled so many features not working)
This is really the first version of Idubee, more of prototype
This is a time tracking application we did for Elance.com.
We’ve moved to the new site, powered by Wordpress. Hope you like it, stay tuned





