Using the Flash Builder Data Wizard
In this episode of the training series, you will learn how to use Flash Builder to generate data services, and how to use the visual features of the tool to create a master/detail form based on that...
View ArticleImplementing Two-Way Binding
In this episode of the training series, you will learn about two-way bindings and how to implement them.
View ArticleValidating Form Data
In this episode of the training series, you will learn how to perform client-side validation in your Flex application, using Validator subclasses, as well as how to trigger validation ActionScript...
View ArticleUsing Formatters
In this episode of the training series, you will learn about the formatter classes that you can use to format data for display.
View ArticleMaking a RemoteObject Request with Parameters
In this episode of the Flex in a Week training series, you will learn how to send data to the server using the Flex RemoteObject component and how to handle the confirmation message from the server...
View ArticleMaking a WebService Request with Parameters
In this episode of the Flex in a Week training series, you will learn how to send data to the server using the Flex WebService component and how to handle the confirmation message from the server that...
View ArticleMaking an HTTPService Request with Parameters
In this episode of the Flex in a Week training series, you will learn how to send data to the server using the Flex HTTPService component and how to handle the confirmation message from the server that...
View ArticleDispatching a Value Object from Custom Component
In this episode of the Flex in a Week training series, you will define a value object as one of the arguments in an extended Event class. You will then instantiate both the value object and the custom...
View ArticleExtending the Event Class to Pass Data
In this episode of the Flex in a Week training series, you will learn how to pass data with a dispatched event by extending the Event class. You will learn why extending the Event class is necessary to...
View ArticleCreating an Event Type/Dispatching the Event Object
In this episode of the Flex in a Week training series, you will learn how to create your own custom event types for those custom components.
View Article