RE: [flexcoders] Flex Messaging Service + Drag and Drop List Component

2008-05-15 Thread Seth Hodgson
ate the original drag and drop). Sorry, don't have time to code up anything at the moment. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Walker Sent: Thursday, May 15, 2008 3:33 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Messag

Re: [flexcoders] Flex Messaging Service + Drag and Drop List Component

2008-05-15 Thread Jeffrey Walker
Thanks Seth, this helps a lot. But I am unclear on exactly what should be sent to the server inside of AsyncMessage. Below I have my drop handler and message handler. I am very new to Flex and I do not understand what to do in the message handler (i.e., where to set the received data) so that the c

RE: [flexcoders] Flex Messaging Service + Drag and Drop List Component

2008-05-15 Thread Seth Hodgson
You can put anything you like into the body, or headers, of an AsyncMessage; a string, a number, an anonymous Object, a typed Object (if you use a typed Object be sure to tag it with [RemoteClass] metadata). You can control which subscribed Consumers receive the message by using the Consumer.sel