  | |  | Online trace | Online trace
2004-02-24 - By Martin Klasson
Back
Can I replace the trace-method ?
I wish to have that trace-command also write to a textfield
for online-debugging.
Or is the only way to perhaps write a debugger function as in
MovieClip.prototype.debugger = function(txt)
{
// simplied function..
trace(txt)
txtField_txt.text = txt+ "\n ";
}
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:105025
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |