Not finding what you are looking for? Request a recipe!
Using Ben Stucki's IconUtility class you can dynamically load icon images at run-time.
Below I propose a foundation for handling file browsing/uploading/saving in a single-core PureMVC application.
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.
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.
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.
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!
Using the FluorineFx.AMF3 package is easy to use and has major performance advantages over SOAP.
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 ...
Though there is no clear cut property to read, you can make the deduction based upon the way flex organizes the data.
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 ...