Thank you. I got it. Shigeru Nakagaki
--- In [email protected], Seth Hodgson <[EMAIL PROTECTED]> wrote: > > This event is dispatched when a DataMessage has been pushed to the client by the server, after it has gone through internal processing by the DataService. Unlike a ResultEvent or FaultEvent that you'll always want to handle because they correlate to a fill() or some other operation you've invoked, the MessageEvent isn't something you need to handle unless you want to put something up in your UI indicating that a pushed data change was received by the client. > > You can't send/receive custom messages using DataService; for that, use Producer/Consumer or MultiTopicProducer/MultiTopicConsumer directly. > > Seth > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Shigeru Nakagaki > Sent: Tuesday, August 26, 2008 10:48 AM > To: [email protected] > Subject: [flexcoders] How can we use message event of mx.data.DataService? > > > DataService has "message" event. But I've never received this event. > > Can we send/receive custom messages by mx.data.DataService? >

