[flexcoders] Can i view the output panel in a stand alone swf? (like throw new error)

2010-07-26 Thread Clark Stevenson
Hi all, I work remotely and sometimes the connecting part between myself and my colleague is awkward since he must asked me to trace output and forward it to him. When you throw a new error and run it online, you see the error in a panel. Is it possible to display output in this panel and not

Re: [flexcoders] Can i view the output panel in a stand alone swf? (like throw new error)

2010-07-26 Thread Alex Harui
Just add your own popup window with a text area and add output to it. On 7/26/10 4:05 AM, Clark Stevenson a.scots...@gmail.com wrote: Hi all, I work remotely and sometimes the connecting part between myself and my colleague is awkward since he must asked me to trace output and forward

Re: [flexcoders] Can i view the output panel in a stand alone swf? (like throw new error)

2010-07-26 Thread Willy Ci
We have this problem before, what I did was setup debug mode, then user add debug=true at end of URL, there will be a new tab add to the UI, in there I add two textAreas, one is log of all the input data, other one is all the output data. other developers love it, they can see all the