Mailing List
Home
Flash Pro
Extending Flash
Flash Macromedia Developer
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
treeTrace

treeTrace

2004-02-18       - By Martin Klasson

 Back
Reply:     1     2  


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)