[flexcoders] Empty Arrays Returned from CFC

2005-12-14 Thread bsd
I have a CFC that calls a complex query, one that in Cold Fusion I would parse through using grouping in my cfoutput. When Ive tried passing this query back into Flex, Im getting less than desirable results. I can pass the query back, but AS doesnt have a neat way to parse through the

[flexcoders] Tracing Events

2005-09-29 Thread bsd
Is there a way to trace events from one point to another in a Flex application, say when clicking on a tab or changing to another selectedChild in a viewstack? Thanks in advance! Brad -- Flexcoders Mailing List FAQ:

[flexcoders] Trace All Events

2005-09-14 Thread bsd
Is there a way to trace all the events that get fired from one point in an application to another (say from the time a button is clicked until a datagrid is loaded with its data)? Brad -- Flexcoders Mailing List FAQ:

[flexcoders] Custom Component Dynamic Data

2005-09-12 Thread bsd
I have built a custom City/State/Zip component to use throughout an application and, hopefully, throughout multiple applications. It consists of three ComboBoxes; if the user selects the state, it populates the city ComboBox with the cities for that state pulled from a database. Once

RE: [flexcoders] Color component

2005-09-08 Thread bsd
Very cool.. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Maegerman Sent: Thursday, September 08, 2005 9:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Color component cool color component .. free download+ swc version

RE: [flexcoders] OH, For the love of all that's good, please help!

2005-08-25 Thread bsd
thread for some possible workarounds that didn't work for me... Sean McKibben On Aug 23, 2005, at 10:29 AM, bsd wrote: I'm passing an array from Flex to a web service located in a CFC. It returns an error that states: org.xml.sax.SAXException: No deserializer for array

[flexcoders] OH, For the love of all that's good, please help!

2005-08-23 Thread bsd
Im still trying to figure this out. Anyone whos had experience with this issue and found a solution, your help would be appreciated I'm passing an array from Flex to a web service located in a CFC. It returns an error that states: org.xml.sax.SAXException: No deserializer for

RE: [flexcoders] Passing array to web service CFC

2005-08-22 Thread bsd
Can anyone help with this issue? It would be greatly appreciated. Brad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bdardaganian Sent: Friday, August 19, 2005 12:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing array to web

[flexcoders] Passing array to web service

2005-08-21 Thread bsd
Ive seen a couple of posts about this but havent found a definitive answer. Im passing an array from Flex to a web service located in a CFC. It returns an error that states: org.xml.sax.SAXException: No deserializer for array type Ive tried any number of workarounds to no