Products
Technologies

Developer resources

Search Cookbooks for Greg Lafrance

Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Controlling the UI with cascading states based on roles.

    The UI can be made to change based on user role using cascading states. This simply means the application state changes, which changes the state of a child component, which changes the states of further child components.

  2. Avg. Rating 4.7

    Multiple VideoDisplay and playback controls for each using r ...

    Use a component housing the VideoDisplay control and an HBox with Play, Stop, and Pause buttons, and use the component in a Repeater, that takes data from an XML file.

  3. Avg. Rating 4.3

    Building a wizard using a simplified MVC architecture

    In the following example I have made use of a model class and a controller class, custom events for major user interaction, and a ViewStack to provide navigation among the wizard screens.

  4. Avg. Rating 4.0
  5. Avg. Rating 4.0

    Enable View Source for a Flex Builder project having multipl ...

    Follow the steps listed below to enable View Source for all applications in a project.

  6. Avg. Rating 4.0
  7. Avg. Rating 4.0
  8. Avg. Rating 4.0

    Populating an AdvancedDataGrid from an XML file using HTTPSe ...

    Ensure you populate an XMLList or XMLListCollection in the HTTPService result handler, and set the source of the HierarchicalData to the XMLList or XMLListCollection.

  9. Avg. Rating 4.0
  10. Avg. Rating 4.0

    Building localized framework resource bundle files

    The key lies in building the framework resource bundle files for your target language.