  | |  | treeTrace | treeTrace
2004-02-18 - By Martin Klasson
Back
I have tried to contact the author about an issue with
treeTrace.
treeTrace is a function that makes a sweeet trace-output
of objects, it is recursive, and smart.
-a very handy thingie.
http://www.flashfanatiker.de/blog/files/treeTrace2.as
The problem is that as you can test with duplicating
treeTrace(obj, 'obj '); // there is a test-object provided in the script at
the link above
So you have like this:
treeTrace(obj, 'obj ');
trace( "\n\n\n ")
treeTrace(obj, 'obj ');
As you will see is that the second time you trace the object
then the treetrace wont dig down in the object.
A little bug that I thought should have been discoverd and corrected before.
/ mk
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104582
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |