How to format a phone number on the fly
This example show you how to format a phone number in the text input while typing on the fly. It also stores an unformatted value of the number in a variable.
This example show you how to format a phone number in the text input while typing on the fly. It also stores an unformatted value of the number in a variable.
This will show you how to simply populate a flex combo box with a coldfusion cfquery in a cfc. The data return is an arrayCollection.
Read more…
This will show how you can create a category uniformed list with subcategories as checkboxes using 2 arrayCollections, a category and a subcategory. This makes use of layered repeaters.
Read more…
I have been getting the error ‘Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.‘ when uploading my images for a while without any luck of what was causing my issues. Then after building a new module for a flex project I am currently working on, I finally made a breakthrough.
This shows how you can display different icons in a DataGrid/AdvancedDataGrid based on values in the data provider.
This will show you how to send data to a ColdFusion cfc using actionscript 3.0.
Read more…
If you are able to load your flex module that has data that needs to save to a db and it works the first time, but then you close it and then it gives your a error when saving.
ERROR: [RPC Fault faultString="Unable to invoke CFC - Variable OBJ is undefined." faultCode="Server.Processing" faultDetail=""]
There is a well known undocumented MovieClip method called addFrameScript in AS3 that is helpful when creating flash components for flex using Flash CS3 or higher.