Archive for the 'Flex How To – Tricks' Category

15
Nov
08

Using Runtime Shared Libraries – Utilizing Flash Player Cache

This post is intended to highlight on new Flash Player [Flash Player 9 Update 3 (9,0,115,0)]cache feature using Flex and focus on overview of RSL’s in Flex 3 framework.

Continue reading ‘Using Runtime Shared Libraries – Utilizing Flash Player Cache’

22
Sep
08

Creating a component which can be used as Renderer and Editor

Flex provides a mechanism that we can use a itemRenderer as ItemEditor as well, by setting the rendererIsEditor property of the data Grid, list etc components. We can use any of built-in component
which implement IDropInListItemRenderer interface as ItemRenderer as well as ItemEditor. Suppose if we want to create our custom/ own component which can be used as Itemrenderer and Itemeditor, then we need to work little bit. In this post we are going to create a custom component which can be used as item renderer and item editor.

Continue reading ‘Creating a component which can be used as Renderer and Editor’

22
Sep
08

Flex : Creating Custom Validators

Flex Framework included a very useful component called Validator. The component can be used to validate the data of user input. There are standard validator types of components available like NumberValidator, StringValidator, DataValidator etc. According to the custom needs of application development, the situations arises to develop a custom validator.

Continue reading ‘Flex : Creating Custom Validators’

16
Sep
08

Flex : Creating Custom TweenEffect Objects in flex

Flex framework utilize native flash player’s Tween API to create TweenEffects, such as MoveEffect, ResizeEffect etc which cause changes over time. We can create a custom TweenEffect using the framework to reach the point of expections of applications needs.
TweenEffect’s are different than of Effect objects. The difference of consideration is that the TweenEffects uses a tween animation while changing the properties of the object.
Continue reading ‘Flex : Creating Custom TweenEffect Objects in flex’

16
Sep
08

Flex : Creating Custom Effects in Flex

There are many build-in effect shipped with flex framework. However, a
custom application may need to create a custom effect. For such situations, Flex framework allows us to create our own custom effects.
Continue reading ‘Flex : Creating Custom Effects in Flex’




Follow

Get every new post delivered to your Inbox.