[flexcoders] Cant get consumer Subtopic or Selector to work and its driving me crazy

2007-03-19 Thread neil_durbin
I've tried every example i've found dealing with flex messaging to 
filter the messages i'm sending from a coldfusion component to flex.  
When I use the selector tag, no matter what I put in the message 
always goes through.  And with the suptopic its just the opposite, no 
matter what I put in the messages never get through.  Any help or 
advice would be much appreciated.  Cheers!



[flexcoders] Using correlationID with flex messaging from coldfusion

2007-03-17 Thread neil_durbin
Hi, 

I'm sending a database query array from a coldfusion gateway to a 
flex datagrid.  The problem is that I am trying to filter which 
database query goes to which page, in the cfc itself.  I didnt want 
to filter the results in the flex page because I would be sending a 
huge DB query to each page.  

So I thought the easiest way to do this would be to use the 
correlationId that is sent with each flex message, by setting it with 
a cfset tag in the cfc.  

But i get errors in flex saying that correlationId could possibly 
not be defined and is being passed by the static mx.messaging  

How can I get the correlationId out of the message?

Is this the best way to go about this or is there a better way?

Thanks!



[flexcoders] Unknown configuaration variable 'complier.keep-as3-metadata'

2007-03-03 Thread neil_durbin
I keep getting the error  Unknown configuaration variable 
'complier.keep-as3-metadata'  in the flex-config.xml file whenever I 
run a project using FDS compile application on the server when the 
page is viewed.  Does anyone know how to fix this?  Cheers!



[flexcoders] Data Push from ColdFusion, DB, or Event Gateway

2007-02-25 Thread neil_durbin
 I've been working on a problem for a couple days and haven't been 
able to find a solution. I am trying to use a flex application to 
receive data that is pushed from the coldfusion server on a SMS 
onIncomingMessage gateway event. I'm not sure if I can just use the 
SMS gateway to listen for the data or I have to set up a flex 
messaging gateway to get the data from the database or what the best 
way to go about this would be. Any advice would be appreciated beyond 
words, its been driving me crazy.  Cheers!