Archive

Archive for the ‘Flex’ Category

How to format a phone number on the fly

March 24th, 2010

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.

Read more…

Flex, Flex 3

Flex Combobox using ColdFusion datasource

June 29th, 2009

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…

ColdFusion, Flex, Flex 3

Create category/subcategory uniformed listing

May 25th, 2009

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…

Flex 3 , ,

Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.

May 16th, 2009

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.

Read more…

ColdFusion, Flex 3 , , , ,

Dynamic icons in AdvancedDataGrid

February 11th, 2009

This shows how you can display different icons in a DataGrid/AdvancedDataGrid based on values in the data provider.

Read more…

Flex 3 , , , , ,

Popup a TitleWindow inside your application

February 11th, 2009

Show you how to call a TitleWindow in actionscript.

Read more…

Flex, Flex 3 , , ,

Send Data to a ColdFusion CFC in Flex 3 using actionscript 3.0

January 15th, 2009

This will show you how to send data to a ColdFusion cfc using actionscript 3.0.
Read more…

ColdFusion, Flex, Flex 3 ,

Passing Persistent Data to Modules

January 3rd, 2009

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=""]

Read more…

ColdFusion, Flex, Flex 3

Call a function in Flex from Flash at a specific frame

December 21st, 2008

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.

Read more…

Flash, Flex 3 , ,

Create a basic function in Flex 3 using Actionscript 3.0

December 19th, 2008

An explaination of a function and how it works in Actionscript 3.0.

Read more…

Flex 3 ,