[flexcoders] trace(trace not working);

2010-05-28 Thread jamesfin
I have the Flex4 Eclipse Plugin installed and I'm noticing that the trace 
statement seems to be ignored.  A breakpoint can't be put on any trace 
statement nor does any output appear. 

My Flex 3 Eclipse Plugin works great.

I can debug in both versions no problem.

trace(waiting for your responses);



Re: [flexcoders] trace(trace not working);

2010-05-28 Thread Brendan Meutzner

Do you use the compiler argument -optimize=true ?



On May 28, 2010, at 10:59 AM, jamesfin  
james.alan.finni...@gmail.com wrote:


I have the Flex4 Eclipse Plugin installed and I'm noticing that the  
trace statement seems to be ignored. A breakpoint can't be put on  
any trace statement nor does any output appear.


My Flex 3 Eclipse Plugin works great.

I can debug in both versions no problem.

trace(waiting for your responses);




[flexcoders] trace address of a object

2010-05-02 Thread mitek17
Is there a way to print out an address of an object?


PS I know that debugger shows addresses, I need to trace it.


Thanks!



Re: [flexcoders] trace address of a object

2010-05-02 Thread Oleg Sivokon
Coerce it to something it surely isn't and parse the error message? That's
only possible in debugger player btw. There's no way to get those errors in
release player.


Re: [flexcoders] trace address of a object

2010-05-02 Thread Alex Harui
There is no way.  It isn’t necessarily its address anyway.  You can use UIDUtil 
to give it a UID and track it that way.


On 5/2/10 4:14 PM, mitek17 mite...@gmail.com wrote:






Is there a way to print out an address of an object?

PS I know that debugger shows addresses, I need to trace it.

Thanks!






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


[flexcoders] Trace File

2009-09-09 Thread xelf...@rocketmail.com
I have an ActionScript project and I edited the mm.cfg file to enable trace 
output and specified the file name and path. When I run the project, nothing 
writes, although I do get a trace in the console. 

Any ideas? 



[flexcoders] Trace/debug in Flex Builder 3

2008-10-30 Thread oneworld95
Hi. I've been trying to get the debugging working in FB 3 with no
luck. I've downloaded and installed the debug version of FP 10. When I
run the app, I can right click on it in the browser and see Debugger
as an option.

However, every time I start up the app in debug by clicking the little
bug icon, it displays the status at the bottom, saying Launching
MyApp... (some%) and then when it hits about 91%, it gives this error,

Launch Failed
Failed to connect; session timed out.
Ensure that:
1. You compiled your Flash application with debugging on.
2. You are running the debugger version of Flash Player.

However, it does start the app in the browser but doesn't hit any
breakpoints. What am I doing wrong? Thanks.



RE: [flexcoders] Trace/debug in Flex Builder 3

2008-10-30 Thread Tracy Spratt
Make sure of your installed version by hitting this site:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15507

 

Make sure FB is configured to use the browser that has the debug player.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of oneworld95
Sent: Thursday, October 30, 2008 11:59 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Trace/debug in Flex Builder 3

 

Hi. I've been trying to get the debugging working in FB 3 with no
luck. I've downloaded and installed the debug version of FP 10. When I
run the app, I can right click on it in the browser and see Debugger
as an option.

However, every time I start up the app in debug by clicking the little
bug icon, it displays the status at the bottom, saying Launching
MyApp... (some%) and then when it hits about 91%, it gives this error,

Launch Failed
Failed to connect; session timed out.
Ensure that:
1. You compiled your Flash application with debugging on.
2. You are running the debugger version of Flash Player.

However, it does start the app in the browser but doesn't hit any
breakpoints. What am I doing wrong? Thanks.

 



[flexcoders] Trace output from a flash 9 cs3 component in flex 3 ?

2008-05-27 Thread Austin Kottke
Hi,

I am unable to get trace output from a custom flash 9 cs3 component 
that is made into a SWC.

Is there someway to work around this so I can actually debug the 
component?

- Austin


[flexcoders] Trace stopped working

2008-04-08 Thread dave_defusion
I had trace setup and working fine, then I ran the Profiler (okayed
the default options that the profiler had given me) from Flex Builder
and now the flash player doesn't trace to a file.

I've tried un-installing and re-installing the Flash debug player,
removing and re-creating the mm.cfg file etc. etc.

All the trace output does show up in Flex Builder console if I debug
the app - but this is not as handy as tracing to the log file.

Any ideas?



[flexcoders] trace() o/p not written to flashlog.txt

2008-02-16 Thread saju_flex
Hi,

 I had a working flex dev env on Mac with a debug flashplayer9 that
would write trace() o/p to ~/Library/Preferences/MacroMedia/Flash
Player/Logs/flashlog.txt.

My flex3 beta expired on jan 31'st and I updated to the latest b3. Now
trace() o/p is not written to flashlog.txt anymore. Any clues ?

-srp



RE: [flexcoders] Trace Output Stopped Working

2007-03-19 Thread Peter Farland
Either a non-debug version of the Flash Player was installed over your
debug player, or you lost your mm.cfg file in your OS user directory?



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Whitelock
Sent: Friday, March 16, 2007 10:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Trace Output Stopped Working



Yesterday for some mysterious reason the trace() statement stopped
sending data to the console. Event a simple statement like
trace(Here) did nothing (and yes, I was in debug mode). I tried
restarting Eclipse, rebooting the computer, etc. and nothing helped.
Finally I uninstalled the Flex plug-in, trashed Eclipse and all
Eclipse workspace preferences and reinstalled everything cleanly from
scratch. That fixed the problem ... or so I thought.

This morning I started working and tossed a trace statement into some
code I'm working on and again there was no output in the console. The
only thing that shows up is:

[SWF] /cmq/FTApp-debug.swf - 715,093 bytes after decompression

I don't want to have to continually reinstall Eclipse and Flex
everyday as it's a bit time consuming. Anyone have an idea of what's
going on and how to get trace statements working again? Thanks!

Paul



 


[flexcoders] Trace Output Stopped Working

2007-03-16 Thread Paul Whitelock
Yesterday for some mysterious reason the trace() statement stopped
sending data to the console. Event a simple statement like
trace(Here) did nothing (and yes, I was in debug mode). I tried
restarting Eclipse, rebooting the computer, etc. and nothing helped.
Finally I uninstalled the Flex plug-in, trashed Eclipse and all
Eclipse workspace preferences and reinstalled everything cleanly from
scratch. That fixed the problem ... or so I thought.

This morning I started working and tossed a trace statement into some
code I'm working on and again there was no output in the console. The
only thing that shows up is:

[SWF] /cmq/FTApp-debug.swf - 715,093 bytes after decompression

I don't want to have to continually reinstall Eclipse and Flex
everyday as it's a bit time consuming. Anyone have an idea of what's
going on and how to get trace statements working again? Thanks!

Paul





Re: [flexcoders] Trace Output Stopped Working

2007-03-16 Thread Brian Dunphy
Are you using a Mac?

I noticed that when I installed the latest 10.4.9 updates on my
Macbook Pro, Apple pushed the install of Flash Player 9.0.28.0
(non-debug). It took me a few minutes to figure out that my debug
version of the player had been trashed, and that I had to re-install.

Hope this helps!

Brian

On 16 Mar 2007 07:32:48 -0700, Paul Whitelock [EMAIL PROTECTED] wrote:






 Yesterday for some mysterious reason the trace() statement stopped
  sending data to the console. Event a simple statement like
  trace(Here) did nothing (and yes, I was in debug mode). I tried
  restarting Eclipse, rebooting the computer, etc. and nothing helped.
  Finally I uninstalled the Flex plug-in, trashed Eclipse and all
  Eclipse workspace preferences and reinstalled everything cleanly from
  scratch. That fixed the problem ... or so I thought.

  This morning I started working and tossed a trace statement into some
  code I'm working on and again there was no output in the console. The
  only thing that shows up is:

  [SWF] /cmq/FTApp-debug.swf - 715,093 bytes after decompression

  I don't want to have to continually reinstall Eclipse and Flex
  everyday as it's a bit time consuming. Anyone have an idea of what's
  going on and how to get trace statements working again? Thanks!

  Paul

  


-- 
Brian Dunphy


RE: [flexcoders] Trace log not working

2007-02-06 Thread Matt Horn
Did you get a response to this? If not: the location of the Flash Player
trace log is now hard-wired (this is a for-Vista change). For Windows
XP, it's here:

c:/Documents and Settings/{username}/Application Data/Macromedia/Flash
Player/Logs/flashlog.txt

FP ignores the value of the TraceOutputFileName property now.

matt horn
flex docs

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of David Harris
 Sent: Saturday, February 03, 2007 10:44 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Trace log not working
 
 Hi.
 
 I have an issue where my trace log is not working...
 
 I am sure I have the debug player installed, as I have used 
 the uninstaller and then installed the players located in 
 Flex Builder 2\Player\debug
 
 In my mm.cfg contains:
 TraceOutPutFileName=C:\flashlog.txt
 ErrorReportingEnable=1
 TraceOutputFileEnable=1
 MaxWarnings=0
 
 When I hace a trace command in the code, the file C:\flashlog.txt
 is created, but nothing is written in to the file.
 
 I am running XPPro, FF2 and IE7.
 
 If I run the SAFlashPlayer.exe on the local machine and the 
 trace log works fine... just not from the browsers...
 
 
  
 


Re: [flexcoders] Trace log not working

2007-02-06 Thread David Harris

Thank you Matt!
trace is so much better than Alerting every where!

On 2/7/07, Matt Horn [EMAIL PROTECTED] wrote:


  Did you get a response to this? If not: the location of the Flash Player
trace log is now hard-wired (this is a for-Vista change). For Windows
XP, it's here:

c:/Documents and Settings/{username}/Application Data/Macromedia/Flash
Player/Logs/flashlog.txt

FP ignores the value of the TraceOutputFileName property now.

matt horn
flex docs


 -Original Message-
 From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On
Behalf Of David Harris
 Sent: Saturday, February 03, 2007 10:44 PM
 To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 Subject: [flexcoders] Trace log not working

 Hi.

 I have an issue where my trace log is not working...

 I am sure I have the debug player installed, as I have used
 the uninstaller and then installed the players located in
 Flex Builder 2\Player\debug

 In my mm.cfg contains:
 TraceOutPutFileName=C:\flashlog.txt
 ErrorReportingEnable=1
 TraceOutputFileEnable=1
 MaxWarnings=0

 When I hace a trace command in the code, the file C:\flashlog.txt
 is created, but nothing is written in to the file.

 I am running XPPro, FF2 and IE7.

 If I run the SAFlashPlayer.exe on the local machine and the
 trace log works fine... just not from the browsers...





 



[flexcoders] Trace log not working

2007-02-03 Thread David Harris
Hi.

I have an issue where my trace log is not working...

I am sure I have the debug player installed, as I have used the
uninstaller and then installed the players located in Flex Builder
2\Player\debug

In my mm.cfg contains:
TraceOutPutFileName=C:\flashlog.txt
ErrorReportingEnable=1
TraceOutputFileEnable=1
MaxWarnings=0

When I hace a trace command in the code, the file C:\flashlog.txt
is created, but nothing is  written in to the file.

I am running XPPro, FF2 and IE7.

If I run the SAFlashPlayer.exe on the local machine and the trace
log works fine... just not from the browsers...


[flexcoders] Trace?

2006-12-20 Thread securenetfreedom
I am coming from Flash Timeline Development to Flex (as opposed to
coming from C#, Java, etc to Flex). So I have some catching up to do. 

One of the things I find most frustrating is the ability to so a
simple trace statement, run the code and watch my traces in an output
window. Is this possible or is Debug mode the only option?

I would love any Debug tips as well. 

Thanks for your help.

Jeff




RE: [flexcoders] Trace?

2006-12-20 Thread Brian Holmes
Debug mode is the only option as far as I know.
But you should check out the mx.util.ObjectUtil class.
It'll allow you to see more complex data. Just import it into your class
and use it from within
The trace object. Trace(ObjectUtil((someObject));

Also, there's a nice firefox thread that will allow firefox to pick up
on the trace statements so it's easier to debug from a web application
standpoint. Such as it would be hosted in a production environment. Not
sure what the link is, so perhaps somebody else might know if you wanted
to see it.

Brian..



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of securenetfreedom
Sent: Wednesday, December 20, 2006 1:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Trace?

I am coming from Flash Timeline Development to Flex (as opposed to
coming from C#, Java, etc to Flex). So I have some catching up to do. 

One of the things I find most frustrating is the ability to so a simple
trace statement, run the code and watch my traces in an output window.
Is this possible or is Debug mode the only option?

I would love any Debug tips as well. 

Thanks for your help.

Jeff




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links





***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***


RE: [flexcoders] Trace?

2006-12-20 Thread Gordon Smith
When you use Run  Debug in FlexBuilder, trace() output appears in the
Console panel.

 

- Gordon

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of securenetfreedom
Sent: Wednesday, December 20, 2006 12:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Trace?

 

I am coming from Flash Timeline Development to Flex (as opposed to
coming from C#, Java, etc to Flex). So I have some catching up to do. 

One of the things I find most frustrating is the ability to so a
simple trace statement, run the code and watch my traces in an output
window. Is this possible or is Debug mode the only option?

I would love any Debug tips as well. 

Thanks for your help.

Jeff

 



[flexcoders] Trace(), not in debug mode? [Flex 2]

2006-11-06 Thread Roscoe P Coltrane
Hello,
Is it possible to obtain trace output to the console or to a file when
not running in debug mode? I have a sequence of events that works in
debug mode but not in non-debug mode, I need to trace thru.

Thanks,
Ros




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Trace(), not in debug mode? [Flex 2]

2006-11-06 Thread Dave Carabetta
On 11/6/06, Roscoe P Coltrane [EMAIL PROTECTED] wrote:
 Hello,
 Is it possible to obtain trace output to the console or to a file when
 not running in debug mode? I have a sequence of events that works in
 debug mode but not in non-debug mode, I need to trace thru.


I have been using the Flash Tracer Firefox plugin with great success
and haven't had to run in debug mode for my trace() statements to run.
You still need the debug player installed, but I have been able to
simply hit the non-Debug Run button in Flash Builder and I've been
good to go:

http://www.sephiroth.it/firefox/

Regards,
Dave.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Trace(), not in debug mode? [Flex 2]

2006-11-06 Thread Johannes Nel



you can still watch the trace using a tool like afterthought or even tailing the log with cygwinOn 11/6/06, Roscoe P Coltrane 
[EMAIL PROTECTED] wrote:Hello,Is it possible to obtain trace output to the console or to a file when
not running in debug mode? I have a sequence of events that works indebug mode but not in non-debug mode, I need to trace thru.Thanks,Ros--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
* To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/* Your email settings:Individual Email | Traditional
* To change settings online go to:http://groups.yahoo.com/group/flexcoders/join(Yahoo! ID required)* To change settings via email:
mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]
* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- j:pn http://www.lennel.org


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



RE: [flexcoders] trace.... redirection possible?

2006-08-15 Thread Matt Chotin












In Flex 2 we have the mx.logging package which
may be what youre looking for.



http://livedocs.macromedia.com/flex/2/langref/mx/logging/Log.html



Matt











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Brian Deitte
Sent: Monday, August 14, 2006
11:21 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
trace redirection possible?











There's
no way to redirect trace that I know of, other than to a
different file location. trace is only active when you are using the
debug player. 

There's various debug projects that use a cutom method rather than trace
and print out the debug messages in a different format. I don't know of
any for Flex 2, but here's one for 1.5:
http://www.adobe.com/devnet/flex/articles/tracepanel.html
-Brian 

 -Original Message-
 From: [EMAIL PROTECTED]ups.com

 [mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of Samuel Colak
 Sent: Monday, August 14, 2006 10:32 AM
 To: [EMAIL PROTECTED]ups.com
 Subject: [flexcoders] trace redirection possible?
 
 
 Dear all,
 
 is there any way of overriding the trace construct to go 
 elsewhere? - such as a custom class - 
 or is this only active in debug?
 
 Regards
 Samuel
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com

 Yahoo! Groups Links
 
 
 
 
 
 
 






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






[flexcoders] trace.... redirection possible?

2006-08-14 Thread Samuel Colak

Dear all,

is there any way of overriding the trace construct to go elsewhere? - such as a 
custom class - 
or is this only active in debug?

Regards
Samuel





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] trace.... redirection possible?

2006-08-14 Thread Brian Deitte
There's no way to redirect trace that I know of, other than to a
different file location.  trace is only active when you are using the
debug player.  

There's various debug projects that use a cutom method rather than trace
and print out the debug messages in a different format.  I don't know of
any for Flex 2, but here's one for 1.5:
http://www.adobe.com/devnet/flex/articles/tracepanel.html  -Brian 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Colak
 Sent: Monday, August 14, 2006 10:32 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] trace redirection possible?
 
 
 Dear all,
 
 is there any way of overriding the trace construct to go 
 elsewhere? - such as a custom class - 
 or is this only active in debug?
 
 Regards
 Samuel
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] trace.... redirection possible?

2006-08-14 Thread Gordon Smith












Consider using the mx.logging.Log class
instead of the trace() function.



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Samuel Colak
Sent: Monday, August 14, 2006 7:32
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] trace
redirection possible?












Dear all,

is there any way of overriding the trace construct to go elsewhere? - such as a
custom class - 
or is this only active in debug?

Regards
Samuel






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






Re: [flexcoders] Trace timing

2006-06-30 Thread Michael Schmalle



Hi,

Couldn't you use the date object and call

valueOf():Number 

Returns the number of milliseconds since 
midnight January 1, 1970, universal time, for a Date object.

then make another date object on the next round you want to test and call the same thing and then subtract the two?

Just a thought.

Peace, Mike

On 6/30/06, Daniel Tuppeny [EMAIL PROTECTED] wrote:













  



I'm trying to find where all the time is being spent in my app. I tried
using:

trace(new Date().toTimeString() + ': Starting xyz');

But the timestring only goes to seconds. Is there any better way to have
more accurate timestamps in my trace statements? I'm worried if I do:

.Seconds + .Milliseconds, the statements will evaluated at different
times, and therefore not accurate.

The information contained in this e-mail and/or any attachments is
confidential and intended only for the individual(s) to which it is
addressed. If you are not named as an addressee you must not disclose,
copy or take any action in reliance of this transmission. This e-mail
and its attachments have been scanned for viruses by MessageLabs Ltd.

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

  













-- What goes up, does come down.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Trace timing

2006-06-30 Thread Michael Schmalle



Or event simpler...

import flash.utils.getTimer;


Returns 






int — The number of milliseconds 
since Flash Player was initialized. If the player starts playing one SWF file, 
and another SWF file is loaded later, the return value is relative to when the 
first SWF file was loaded. 



Mike
On 6/30/06, Michael Schmalle [EMAIL PROTECTED] wrote:
Hi,

Couldn't you use the date object and call

valueOf():Number 

Returns the number of milliseconds since 
midnight January 1, 1970, universal time, for a Date object.

then make another date object on the next round you want to test and call the same thing and then subtract the two?

Just a thought.

Peace, Mike

On 6/30/06, Daniel Tuppeny [EMAIL PROTECTED]
 wrote:













  



I'm trying to find where all the time is being spent in my app. I tried
using:

trace(new Date().toTimeString() + ': Starting xyz');

But the timestring only goes to seconds. Is there any better way to have
more accurate timestamps in my trace statements? I'm worried if I do:

.Seconds + .Milliseconds, the statements will evaluated at different
times, and therefore not accurate.

The information contained in this e-mail and/or any attachments is
confidential and intended only for the individual(s) to which it is
addressed. If you are not named as an addressee you must not disclose,
copy or take any action in reliance of this transmission. This e-mail
and its attachments have been scanned for viruses by MessageLabs Ltd.

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

  













-- What goes up, does come down.

-- What goes up, does come down.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Trace timing

2006-06-30 Thread Andrew Trice












Try using trace(getTimer())



The getTimer method returns the number of
milliseconds since the instantiation of the swf within the browser/runtime.



http://livedocs.macromedia.com/labs/1/flex/langref/flash/util/package.html#getTimer()




Take a look at this:



?xml
version=1.0 encoding=utf-8?

mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute
initialize=goTimer() creationComplete=goTimer()

 mx:Script

 ![CDATA[

 private
function goTimer():void{

 

 trace(getTimer());

 }

 ]]

 /mx:Script

/mx:Application





- Andy

__

Andrew Trice

Cynergy Systems, Inc.

http://www.cynergysystems.com



Blog: http://www.cynergysystems.com/blogs/page/andrewtrice

Email: [EMAIL PROTECTED]

Office: 866-CYNERGY













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Daniel Tuppeny
Sent: Friday, June 30, 2006 9:54
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Trace timing











I'm
trying to find where all the time is being spent in my app. I tried
using:

trace(new Date().toTimeString() + ': Starting xyz');

But the timestring only goes to seconds. Is there any better way to have
more accurate timestamps in my trace statements? I'm worried if I do:

.Seconds + .Milliseconds, the statements will evaluated at different
times, and therefore not accurate.

The information contained in this e-mail and/or any attachments is confidential
and intended only for the individual(s) to which it is addressed. If you are
not named as an addressee you must not disclose, copy or take any action in
reliance of this transmission. This e-mail and its attachments have been scanned
for viruses by MessageLabs Ltd.

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email

__






__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___






Re: [flexcoders] Trace and localhost

2006-06-02 Thread Flapflap






Tom Chiverton a écrit :

  On Thursday 01 June 2006 16:30, Flapflap wrote:
  
  
Yeah it run fine but don't trace.

  
  
True.
OTOH it will have line numbers in the window that pops up on exception, this 
is a big help :-)

  

Yes, ok sorry for the misunderstanding... This always work for me
exception pop-up throw to my figure when things go wrong.
So this his why I nee d to make my trace work. But launching my app
thru my local apache web server don't seems to enjoye flash debug...

-- 
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [flexcoders] Trace and localhost

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 14:16, Flapflap wrote:
 my local apache web server don't seems to enjoye flash debug...

The trick is that the Flash running in your browser will make the connection 
to fdb.
So just run fdb on the same host as the web browser and user 'localhost' :-)

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Trace and localhost

2006-06-02 Thread Flapflap






Tom Chiverton a écrit :

  On Friday 02 June 2006 14:16, Flapflap wrote:
  
  
my local apache web server don't seems to enjoye flash debug...

  
  
The trick is that the Flash running in your browser will make the connection 
to fdb.
So just run fdb on the same host as the web browser and user 'localhost' :-)

  

OK 
It seems there a little misunderstanding from me.
I just want to debug from the Flex Builder (fdb don't run when its open
because it is allready started)
So I cant find where in Flex Builder I can say that the app I need to
debug is loading throug localhost...
-- 
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [flexcoders] Trace and localhost

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 15:35, Flapflap wrote:
 I just want to debug from the Flex Builder 

Sorry, can't help :-)

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] trace function

2006-06-01 Thread Nehal










I am using Flexbuilder, Someone told me
trace will give output in FlashLog.txt but somehow its not working for me



I tried creating mm.cfg also but no Luck



-Neh











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Michael Schmalle
Sent: Tuesday, May 30, 2006 4:33
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] trace
function





The debug Flash Player
comes with FlexBuilder.

Simply, you install FB2, create your app and hit the little bug icon. Should be
that simple if it working correctly.

Are you using the eclipse plugin or full FlexBuilder. There is a different
routine to get things going using straight eclipse.

Peace, Mike



On 5/30/06, Nehal
Gandhi [EMAIL PROTECTED]
wrote:





Hi..
If we run try to debug from Flex 2.0 beta 3... it will ask for debug flash
player.. i could not found Debug Flash Player 9 on beta download page. is it
out?

-Neh









On 5/29/06, Michael
Schmalle [EMAIL PROTECTED]
wrote:





Hi,

You have to run the debugger from FlexBuilder. Any time you run
myapp-debug.swf, it looks for the connection it had with FlexBuilder. 

There are other ays to do debugging but, your problem I think comes from the
connection embeded in the debug swf points to FlexBuilder whos session is not
alive.

Just run and build again from FB2 in debug mode.

Peace, Mike









On 5/29/06, rama
satoskar 
[EMAIL PROTECTED] wrote:





Hi all,
I ran the trace command using th eflash debugging tool. It ran
properly in the console window for sometime. However after some days
now each time it asks me Loacate the debugger giving me two options
'Local machine' and 'IP address' . Even after selecting the local
machine as a option, i get an error stating the debugger cannot be found.

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







SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 










YAHOO!
GROUPS LINKS





 Visit your group flexcoders
 on the web.
  
 To unsubscribe from this group, send an
 email to:
  [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the
 Yahoo! Terms
 of Service .
























-- 
What goes up, does come down. 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com







SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 










YAHOO!
GROUPS LINKS





 Visit your group flexcoders
 on the web.
  
 To unsubscribe from this group, send an
 email to:
  [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the
 Yahoo! Terms
 of Service .



















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 






SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 










YAHOO!
GROUPS LINKS





 Visit your group
 flexcoders
 on the web.
 
 To unsubscribe
 from this group, send an email to:
  [EMAIL PROTECTED]
 
 Your use of
 Yahoo! Groups is subject to the Yahoo! Terms of Service.



















-- 
What goes up, does come down. 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] Trace and localhost

2006-06-01 Thread Tom Chiverton



On Thursday 01 June 2006 14:10, Flapflap wrote:
 But in debug mode it seems it break the connection with Flex so it don't
 work (player ask me where Flash 8 execution place is ? With non success)...

Yes, it will when you compile Flex2 apps with debugging.
It'll run fine if you just cancel it.

 how to get the debugging info (trace) when watching flex result 
 over an web server ?

Mainly, start up the fdb program, and follow along in the docs :-)

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [flexcoders] Trace and localhost

2006-06-01 Thread Flapflap






Tom Chiverton a écrit :

  On Thursday 01 June 2006 14:10, Flapflap wrote:
  
  
But in debug mode it seems it break the connection with Flex so it don't
work (player ask me where Flash 8 execution place is ? With non success)...

  
  
Yes, it will when you compile Flex2 apps with debugging.
It'll run fine if you just cancel it.
  

Yeah it run fine but don't trace.

  
  
  
 how to get the debugging info (trace) when watching flex result 
over an web server ?

  
  
Mainly, start up the fdb program, and follow along in the docs :-)
  

O.K. in fact this is a diplomatic RTFM... ;-)

Will look more deeply on it so.
Thanks
-- 
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [flexcoders] Trace and localhost

2006-06-01 Thread Tom Chiverton
On Thursday 01 June 2006 16:30, Flapflap wrote:
 Yeah it run fine but don't trace.

True.
OTOH it will have line numbers in the window that pops up on exception, this 
is a big help :-)

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] trace function

2006-05-30 Thread Nehal Gandhi



Hi..If we run try to debug from Flex 2.0 beta 3... it will ask for debug flash player.. i could not found Debug Flash Player 9 on beta download page. is it out?-NehOn 5/29/06, 
Michael Schmalle [EMAIL PROTECTED] wrote:



Hi,

You have to run the debugger from FlexBuilder. Any time you run
myapp-debug.swf, it looks for the connection it had with FlexBuilder. 

There are other ays to do debugging but, your problem I think comes
from the connection embeded in the debug swf points to FlexBuilder whos
session is not alive.

Just run and build again from FB2 in debug mode.

Peace, MikeOn 5/29/06, rama satoskar 
[EMAIL PROTECTED] wrote:



Hi all,
I ran the trace command using th eflash debugging tool. It ran
properly in the console window for sometime. However after some days
now each time it asks me Loacate the debugger giving me two options
'Local machine' and 'IP address' . Even after selecting the local
machine as a option, i get an error stating the debugger cannot be found.

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










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.




  










-- What goes up, does come down.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] trace function

2006-05-30 Thread Michael Schmalle



The debug Flash Player comes with FlexBuilder.

Simply, you install FB2, create your app and hit the little bug icon. Should be that simple if it working correctly.

Are you using the eclipse plugin or full FlexBuilder. There is a different routine to get things going using straight eclipse.

Peace, MikeOn 5/30/06, Nehal Gandhi [EMAIL PROTECTED] wrote:



Hi..If we run try to debug from Flex 2.0 beta 3...
it will ask for debug flash player.. i could not found Debug Flash
Player 9 on beta download page. is it out?-NehOn 5/29/06, 
Michael Schmalle [EMAIL PROTECTED] wrote:




Hi,

You have to run the debugger from FlexBuilder. Any time you run
myapp-debug.swf, it looks for the connection it had with FlexBuilder. 

There are other ays to do debugging but, your problem I think comes
from the connection embeded in the debug swf points to FlexBuilder whos
session is not alive.

Just run and build again from FB2 in debug mode.

Peace, MikeOn 5/29/06, rama satoskar 

[EMAIL PROTECTED] wrote:



Hi all,
I ran the trace command using th eflash debugging tool. It ran
properly in the console window for sometime. However after some days
now each time it asks me Loacate the debugger giving me two options
'Local machine' and 'IP address' . Even after selecting the local
machine as a option, i get an error stating the debugger cannot be found.

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











  
  
SPONSORED LINKS
  
  
  




Web site design development
  
  



Computer software development
  
  



Software design and development
  
  





Macromedia flex
  
  



Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.


  To unsubscribe from this group, send an email to:


[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service

.




  










-- What goes up, does come down.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt


Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com










  
  
SPONSORED LINKS
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.


  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service

.



  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  








-- What goes up, does come down.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] trace function

2006-05-29 Thread rama satoskar



Hi all,
I ran the trace command using th eflash debugging tool. It ran
properly in the console window for sometime. However after some days
now each time it asks me Loacate the debugger giving me two options
'Local machine' and 'IP address' . Even after selecting the local
machine as a option, i get an error stating the debugger cannot be found.

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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [flexcoders] trace function

2006-05-29 Thread Michael Schmalle



Hi,

You have to run the debugger from FlexBuilder. Any time you run
myapp-debug.swf, it looks for the connection it had with FlexBuilder. 

There are other ays to do debugging but, your problem I think comes
from the connection embeded in the debug swf points to FlexBuilder whos
session is not alive.

Just run and build again from FB2 in debug mode.

Peace, MikeOn 5/29/06, rama satoskar [EMAIL PROTECTED] wrote:



Hi all,
I ran the trace command using th eflash debugging tool. It ran
properly in the console window for sometime. However after some days
now each time it asks me Loacate the debugger giving me two options
'Local machine' and 'IP address' . Even after selecting the local
machine as a option, i get an error stating the debugger cannot be found.

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  










-- What goes up, does come down.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] trace from flash file to flex output panel

2006-01-06 Thread kjlinboomer
Hi All,

I am building up a flex project and it has several AS 2.0 files
included in the application.  I dont see my traces in the flash files
showing up in the flex output panel when I select run or debug in flex
builder.  Is there a way to route traces from an AS file to the flex
output panel?

Thanks,

-Keith 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] trace from flash file to flex output panel

2006-01-06 Thread Tracy Spratt
Are you using the Debug Flash Player, and have you configured your
mm.cfg file?  If not, see the chapter Debugging Flex Applications in
the Developing Flex Apps document.

I trace out of AS files regularly.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of kjlinboomer
Sent: Friday, January 06, 2006 12:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] trace from flash file to flex output panel

Hi All,

I am building up a flex project and it has several AS 2.0 files
included in the application.  I dont see my traces in the flash files
showing up in the flex output panel when I select run or debug in flex
builder.  Is there a way to route traces from an AS file to the flex
output panel?

Thanks,

-Keith 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Trace All Events

2005-09-14 Thread bsd










Is there a way to trace all the events that get fired from
one point in an application to another (say from the time a button is clicked
until a datagrid is loaded with its data)?





Brad















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.