Shaun Mccran

My digital playground

03
J
U
L
2008

Matching date ranges to flex arrays in SQL queries

Whilst writing a search function for a flex applicaiton I needed to be able to filter results back to flex from a remote cfc by a variety of criteria. Two of these were the month, and the year. So here's a handy way of doing it.

[ More ]

01
J
U
L
2008

Flex - Coldfusion Remoting, passing an Object usefully

Ever noticed that with the increase in scale of a Flex application, the amount of data that you pass around seems to grow exponentially? Well I was fed up with passing multiple values back and forth from CF to flex, so after some digging here's the first article in using objects in remoting.

[ More ]

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 ]

_UNKNOWNTRANSLATION_ /