teotigraphix.blog.show()

Flex 2 :: Component Releases

Hello,

Why has this blog been empty and Mike out of site? Well, we are getting ready to release some commercial flex 2 components.

Some of these releases include;

  • SizerManagerFX
  • DNDBoxFX
  • TaskPaneFX
  • TaskListFX

SizerManagerFX

The sizer manager can resize any UIComponent by embeding a SizerOverlay into the client component. You can control realtimeResize, overlay skins, cursors, cursor offsets, button renderers, sizer overlay alphas, sizer offset, sizer thicknesses and more.

With this component you can have aworking resizable TitleWindow with this command;

SizerManagerFX.addComponent(myWindow, myStyleName);

that easy.

This class is in it's infancy and fits into the larger dnd/mdi/ui management framework we are creating.

More to come on our NEW site, yes Teoti Graphix has had a make over but, it's not online yet.

DNDBoxFX

The first of our drag and drop containers, this allows you to use a box container with a title bar/module bar to minimize and maximize containers, drag and drop into other dnd box containers.

If you have been looking for a way to create dnd containers, this will be an option for you.

TaskPaneFX

The TaksPaneFX is a subclass of the DNDBoxFX that implements the task list interface of managing TaskListFX children. It can close all task lists, minimize itself and is also draggable.

TaskListFX

The TaskListFX is like the side bar in the windows explorer. It acts like an accordion but you can manager the minimize and maximized states with the minimize button. This component uses our SimpleTitleBar(found in the up and coming WindowFX component) to add a title and all normal styles you would find in the Panel.

The task list can be reordered and cross dragged into other TaskPaneFX components.

The task list can be used independently of the TaskPaneFX but, the task pane can manage the task list instances inherently.

Conclusion

In the next week we will be posting all product pages and examples on the new site. Watch the blog for the release dates and more information about more components being released.

Yes, hard work is being completed and I am very happy with Flex 2. Components are the building blocks of Flex 2 applications and Teoti Graphix is about to add some major Lego collections for the serious Flex 2 application developer.

Peace, Mike

Leave a Reply