|
Title :
Flex 4.x - Overview
Author :
ShilpaSKuri
Date : Mon Aug 22nd, 2011
The support for drag and drop can be added for all Flex components. Flex includes built-in support for drag-and-drop operation for some controls such as List, Tree and DataGrid, This automates processing required to support drag and drop operation. Drag-and-drop operation has 3 main stages: initiation, dragging, and dropping. A drag-and-drop operation will either copy or move data from drag initiator to drop target. On successful drop, Flex adds the data to drop target and, optionally, deletes it in case of a move from the drag initiator.
Title :
Creating a Custom Pie Chart Component with Degrafa using Flex
Author :
ManningPublications
Date : Sun Jul 31st, 2011
Adobe provides data visualization components, but only when you purchase a license for the professional version of the Flash Builder IDE. Because our goal is to do Flex development using only free and open source technologies, we've decided to create our own visualization components—besides, it's more fun.
|