RE: [Flashcoders] display trace() in text field

2008-12-04 Thread Michael Stocke
oning Sent: Thursday, December 04, 2008 11:48 AM To: Flash Coders List Subject: Re: [Flashcoders] display trace() in text field Michael, When you override the exsisting trace function, you can do this. Just include your own functionality in the overwritten trace function. Its all because you wa

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Sidney de Koning
ning? Check out the Innovative Learning Blog and subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Michael Stocke Sent: Thursday, December 04, 2008 9:44 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] display trace() in text fi

RE: [Flashcoders] display trace() in text field

2008-12-04 Thread Michael Stocke
oders] display trace() in text field Hi Mike, I'm working on a similair project, check it out here: http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/ Right now i'm working on a version that from any swf traces to my air app, traces to the debug panel in Flex and traces

RE: [Flashcoders] display trace() in text field

2008-12-04 Thread Michael Stocke
;t do this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of allandt bik-elliott (thefieldcomic.com) Sent: Thursday, December 04, 2008 11:04 AM To: Flash Coders List Subject: Re: [Flashcoders] display trace() in text field function debug(s:St

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread allandt bik-elliott (thefieldcomic.com)
ginal Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Michael Stocke > Sent: Thursday, December 04, 2008 9:44 AM > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] display trace() in text field > > Good morning everyone. > >

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Sidney de Koning
arning? Check out the Innovative Learning Blog and subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Michael Stocke Sent: Thursday, December 04, 2008 9:44 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] display trace() in

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Joel Stransky
innovative ideas in Learning? Check out the Innovative > Learning Blog and subscribe. > > > > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Michael Stocke > Sent: Thursday, December 04, 2008 9:44 AM > To: fl

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Sidney de Koning
Hi Mike, I'm working on a similair project, check it out here: http://www.funky-monkey.nl/blog/2008/05/13/air-logger-v100/ Right now i'm working on a version that from any swf traces to my air app, traces to the debug panel in Flex and traces out to FireBug plugin in Firefox, (will be onlin

RE: [Flashcoders] display trace() in text field

2008-12-04 Thread Merrill, Jason
TED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Stocke Sent: Thursday, December 04, 2008 9:44 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] display trace() in text field Good morning everyone. Is it possible to display trace actions in a text field? I realize there are nu

Re: [Flashcoders] display trace() in text field

2008-12-04 Thread Gregory Boland
I'm not quite sure what your asking. The trace output is nothing more than strings of text. Its completely possible to make a class that does the same thing for you but displays it in the Flash. On 12/4/08 9:44 AM, "Michael Stocke" <[EMAIL PROTECTED]> wrote: > Good morning everyone. > > >

[Flashcoders] display trace() in text field

2008-12-04 Thread Michael Stocke
Good morning everyone. Is it possible to display trace actions in a text field? I realize there are numerous other troubleshooting tools similar to trace, but I specifically want to display trace actions without any additional coding required in the target file. I want to create a debugging too