Chat with us, powered by LiveChat

Creating custom design-time preview for Flex 3 components

February 29th, 2008 by Alex Batsuev

Sometimes it is necessary to create custom preview of the component in the Flex Builder “Design” view.
It is undocumented feature ๐Ÿ˜‰
I’ve found very interesting class in the Flex SDK 3: mx.core.UIComponentGlobals.

This class contains static field designMode:Boolean.

Just check that field in your component code.
You can download example component with the source code from here:
http://6.anychart.com/tips_and_tricks/designMode/DesignModeComponent.zip

Also you can download the usage sample:
http://6.anychart.com/tips_and_tricks/designMode/DesignModeComponentSample.zip

Running in the Flex Builder “Design” mode it shows AnyChart image. But when it runs in the flash player it shows only gray rectangle.


No Comments Yet

*