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

  1. Avg. Rating 5.0

    Run-time loaded icons

    Using Ben Stucki's IconUtility class you can dynamically load icon images at run-time.

  2. Avg. Rating 4.5
  3. Avg. Rating 3.6

    Using AMF and RemoteObject without services-config.xml

    In my case, I decided to migrate the endpoint-uri from the services-config.xml file into a configuration XML file that is used at run-time. Each site can then have it's own config file and I only need to compile the application once.

  4. Avg. Rating 3.5

    Source control with Git and the EclipseGit plug-in

    The EGit project is an eclipse plug-in for managing projects that use Git. Though the project is somewhat new, it has come a long way. It is simple to use and the project is constantly being improved.

  5. Avg. Rating 3.5

    Flexlib:TreeGrid

    The TreeGrid component that is a part of the Flexlib component library achieves the visual effects of the AdvancedDataGrid, while accepting a hierarchical data set.

  6. Avg. Rating 3.3

    Authentication using Flex and the PureMVC Framework

    Being that I use PureMVC in all of my flash/flex development, I have several base projects on hand to get a project rolling. If you use PureMVC or are interested in getting your feet wet, here you go!

  7. Avg. Rating 2.3

    Using the FluorineFx AMF3 package to communicate with Flex.

    Using the FluorineFx.AMF3 package is easy to use and has major performance advantages over SOAP.

  8. Not yet rated

    Retaining "Phase" in a PureMVC Multi-Core AS3 Application wi ...

    Utilizing the "header" argument in the Message Object included as part of the Pipes Utility, I create a standardized "PipeMessageHeader" that contains a phase property. This allows me to send the notification's type (ex. REQUEST, RESPONSE, COMPLETE) for more complex interactions ...

  9. Not yet rated

    AdvancedDataGrid - Determine if the selected item is a branc ...

    Though there is no clear cut property to read, you can make the deduction based upon the way flex organizes the data.

  10. Not yet rated

    Restricting the mx:Image component's scaling

    The contentHeight/Width and height/width properties do not contain the image's original dimensions. Below I extend a box component for positioning and further manipulation of the Image component and listen for the load of the contained image. The fix isn't rocket science, but it definitely comes in ...

  • Results 1-10 of 10