RE: [flexcoders] Object dump

2005-06-22 Thread Fritz Dimmel
Hi. You won't believe it, but I downloaded it already today :) Thanks! > --- Ursprüngliche Nachricht --- > Von: "Dirk Eismann" <[EMAIL PROTECTED]> > An: > Betreff: RE: [flexcoders] Object dump > Datum: Wed, 22 Jun 2005 22:02:27 +0200 > > you may a

RE: [flexcoders] Object dump

2005-06-22 Thread Dirk Eismann
@yahoogroups.com Betreff: RE: [flexcoders] Object dump Hi! Thanks, but the panel wasn't what I've searched for. Well, in the meantime I've found this piece of code (and I changed it, to view the data in a textarea. I also added a third parameter to count the depth of recursion. In line 7 you

RE: [flexcoders] Object dump

2005-06-22 Thread Fritz Dimmel
+ x + " : " + this.debugObject(obj[x],space,num)); } } else { ta.text = ta.text + (space + x + " : " + obj[x]); } } } (the second parameter should really be " "! :) Bye, Fritz > --- Ursprüngliche Nachricht --- &

RE: [flexcoders] Object dump

2005-06-22 Thread Dimitrios Gianninas
What you are looking for can be found here:   http://www.macromedia.com/devnet/flex/articles/fast_userguide_print.html   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Fritz DimmelSent: Wednesday, J