Shaun Mccran

My digital playground

01
J
U
L
2008

ColdFusion - Flex remoting struct() case sensitivity

One of the more frequent data Objects that I pass from CF to Flex is the structure. I recently stumbled upon a case sensitivity issue in flex, that can be solved in CF with a slight change in code.

[ More ]

24
J
U
N
2008

Method for populating a flex combo box from cfc

Many of the flex form elements can be populated directly from the data output from a coldfusion cfc, as long as you get the format right!

Here's the best way I've found to painlessly populate a combo box in flex.

[ More ]

23
J
U
N
2008

Strongly typing data between flex and coldfusion

As part of an ongoing series of working out the best ways of passing data around from coldfusion to flex (and back again) I'm looking at the different formats of passing data into flex.

I've heard that you can "strongly type" the arguments and method names etc, and that allows for much easier passing of data back and forth.

[ More ]

22
M
A
Y
2008

Weather Web service (flex) - Part 2

In the first part of this article, we created the coldfusion back end (cfc's). The first thing we'll do in the Flex section is setup our initialize function which will call a Remote Object, to interface with the cfcs.

[ More ]

_UNKNOWNTRANSLATION_ /