About data representation, Data binding, Data models, Data validation, Data formatting
Adobe® Flex® provides the following set of features for representing data in your applications: data binding, validation, and formatting. These features work in conjunction with the Adobe® LiveCycle™ Data Services ES and Vega features for working with remote data. Together, they allow you to perform the following tasks: Pass data between client-side objects. Store data […]
ObjectCollector: Accessing Flex’s objects by id (even dynamic generated) from anywhere
Flex’s components have a nice id property which can be used to easily referencing object created. All you know, that if I get the following mxml Application file: I can then create a Script block into which I’ll point to TextInput in this way: Perfect, but how can I reference dynamically created objects (components outside […]
Determining a DataGridColumn object’s current sort order – callLater()
The callLater() method queues an operation to be performed for the next screen refresh, rather than in the current update. Without the callLater() method, you might try to access a property of a component that is not yet available. The callLater() method is most commonly used with the creationComplete event to ensure that a component […]
Fade effect in Flex – fadeIn fadeOut
Create custom tooltip – toolTipCreate
CustomToolTip.mxml
« go back — keep looking »
Sameera at LinkedIn
