RE: [flexcoders] anyone knows how to work the trace window in beta3

2006-05-25 Thread Sukhminder Singh
Hi All,   Anyone knows how to upload a file in Flex 2?   Thanks, Sukhminder -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Tim ScollickSent: 25 May 2006 14:24To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] anyone knows

RE: [flexcoders] anyone knows how to work the trace window in beta3

2006-05-25 Thread Ben Lucyk
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rama satoskar Sent: Thursday, May 25, 2006 8:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] anyone knows how to work the trace window in beta3   i cant see the result of trace function in the console window of beta 3? kindly help

Re: [flexcoders] anyone knows how to work the trace window in beta3

2006-05-25 Thread Tim Scollick
If you're new to Eclipse, the debug build button is the one along the top taskbar with the bug on it beside the green arrow.  I was using Alert.show('trace statement') to trace things for the first two weeks of my Flex career! On 5/25/06, Till Schneidereit <[EMAIL PROTECTED]> wrote: This shou

Re: [flexcoders] anyone knows how to work the trace window in beta3

2006-05-25 Thread Till Schneidereit
This should just work if you compile your project with debugging enabled and have the debugging player installed. cheers, till rama satoskar wrote: > i cant see the result of trace function in the console window of beta 3? > kindly help. > > > > > > > > -- > Flexcoders Mailing List > F

Re: [flexcoders] anyone knows how to work the trace window in beta3

2006-05-25 Thread Michael Schmalle
Hi, 1) Are you using the debugger? 2) If you are tracing something like.. trace(myVar) Sometimes the myVar is null and will not show. So it is actully tracing but, there is nothing to trace. For situations like this, try; trace("myVar", myVar); then you will definatly know if the trace is

[flexcoders] anyone knows how to work the trace window in beta3

2006-05-25 Thread rama satoskar
i cant see the result of trace function in the console window of beta 3? kindly help. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSO