RE: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-29 Thread Peter Farland
.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Duncan McMillan Sent: Thursday, June 29, 2006 1:30 PM To: flexcoders@yahoogroups.com; Duncan McMillan Subject: Re: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?   Thanks Pete But I

Re: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-29 Thread Duncan McMillan
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Duncan McMillan > *Sent:* Thursday, June 29, 2006 10:46 AM > *To:* flexcoders@yahoogroups.com; Duncan McMillan > *Subject:* Re: [flexcoders] Net.Connection debugger - Is there > something like it in Flex2? > >

RE: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-29 Thread Peter Farland
McMillan Subject: Re: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?   Hi Pete I'm using Flex 1.5 and it seems that mx.utils.ObjectUtil and the TraceTarget facilities are not available. I'm trying to debug an RPC using RemoteObject and getting no

Re: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-29 Thread Duncan McMillan
Hi Pete I'm using Flex 1.5 and it seems that mx.utils.ObjectUtil and the TraceTarget facilities are not available. I'm trying to debug an RPC using RemoteObject and getting nowhere as I cannot seem to use the NetConnectionDebugger either. The network monitor sees the RPC call but the busy cursor

Re: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-06 Thread Phil Marston
Thanks Pete, That was great - I'm getting the AMF results clearly displayed in the consol just like the old days and have been able to work out what was going on at last.  :-) Now if only I could work out how to use AMFPHP like the old days!  ;-0 Phil Peter Farland wrote: If yo

RE: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-06 Thread Peter Farland
If you're using a raw NetConnection, then... no, not natively from the client. There are third party tools out there that sniffing AMF over HTTP traffic.   However, I'd first try using some of the utilities that Flex has to dumping an object graph to a string:   import mx.utils.ObjectUtil;