I've read the docs, and i'm using try...catch

            try
            {
               lc.send("_connName", "remoteMethodName");
            }
            catch (error:Error)
            {
                OutputTools.tt(["Error in getting Connector version", error]);
            }   

with the status handler, I get this for all calls, even when I've removed the remoteMethod for testing:

ec.status: [StatusEvent type="status" bubbles=false cancelable=false eventPhase=2 code=null level="status"]:

How do I capture when send() fails for a particular call?

Thanks for the help,


--
John Grden - Blitz

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to