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 5.0

    Fix Flex 2 PhotoViewer sample app to work in Flex 3

    I got the project working in Flex 3, though I did not clean up the project, so the build scripts might not work, etc. Mostly all that was involved was moving files around, and changing some code related to loading resource bundles, and also adding path to resource bundles (using {locale} in path) in ...

  3. Avg. Rating 4.8
  4. 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.

  5. Avg. Rating 4.5
  6. 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.

  7. Avg. Rating 4.0

    Building localized framework resource bundle files

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

  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