Re: [flexcoders] How to capture/handle runtime errors?

2006-06-26 Thread Pat Buchanan



Yep - that worked actually, but by accident. :) I had that player on my laptop that I used for the demo. I apologised for the bug, and then it didn't happen. Should have kept my mouth shut. :)

Thanks for everyone's suggestions!

-Pat
On 6/19/06, Jason Szeto [EMAIL PROTECTED] wrote:








This is probably too late for your demo. You can use the Release version of the player. It will silently ignore any RTE. 


Jason







From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Pat BuchananSent: Thursday, June 15, 2006 5:43 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] How to capture/handle runtime errors?





Hello all!I'm experiencing runtime error # 2025 (The supplied DisplayObject must be a child of the caller). I have not been able to solve the problem, but I have a demo tomorrow and do not want to have the error pop up and have to click the dismiss all button. This may even be a Flex 2 beta problem, but I have not been able to track it down. 
It happens when I push the Tab key.Is there a way to handle/capture/mute the runtime error message, just until I can figure out the bug???Thanks!-Pat


 

__._,_.___





--
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] How to capture/handle runtime errors?

2006-06-20 Thread Michael Schmalle



Just guessing but,

additional compiler arguments?

Peace, MikeOn 6/20/06, Daniel Tuppeny [EMAIL PROTECTED] wrote:









  






Is this configurable, so we can still find bugs when we 
upgrade to the release player?


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Jason 
SzetoSent: 20 June 2006 00:23To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to 
capture/handle runtime errors?


This is probably too 
late for your demo. You can use the Release version of the player. It will 
silently ignore any RTE. 

Jason







From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Pat 
BuchananSent: Thursday, June 
15, 2006 5:43 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] How to capture/handle 
runtime errors?




Hello all!I'm experiencing runtime error # 2025 
(The supplied DisplayObject must be a child of the caller). I have not 
been able to solve the problem, but I have a demo tomorrow and do not want to 
have the error pop up and have to click the dismiss all button. This may 
even be a Flex 2 beta problem, but I have not been able to track it down. 
It happens when I push the Tab key.Is there a way to 
handle/capture/mute the runtime error message, just until I can figure out the 
bug???Thanks!-Pat
 [Inbound Mail Scanned by 
MessageLabs]

__
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] How to capture/handle runtime errors?

2006-06-19 Thread Jason Szeto










This is probably too late for your demo. You
can use the Release version of the player. It will silently ignore any RTE. 



Jason















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pat Buchanan
Sent: Thursday, June 15, 2006 5:43
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to
capture/handle runtime errors?











Hello all!

I'm experiencing runtime error # 2025 (The supplied DisplayObject must be a
child of the caller). I have not been able to solve the problem, but I
have a demo tomorrow and do not want to have the error pop up and have to click
the dismiss all button. This may even be a Flex 2 beta
problem, but I have not been able to track it down. 

It happens when I push the Tab key.

Is there a way to handle/capture/mute the runtime error message, just until I
can figure out the bug???

Thanks!
-Pat









__._,_.___





--
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] How to capture/handle runtime errors?

2006-06-15 Thread Michael Schmalle



Hi,

I have had this happen to. It's a bug with the FocusManager and I ope they fixed it for the final release!

I doubt there is anything you can do other than don't push the tab key. :)

Basically, the player is trying to access a child object that is not
the child object of the calling DisplayObject. I forget what this had
to do with when I got the erorror.

What are you tabbing between when it happens?

Peace, MikeOn 6/15/06, Pat Buchanan [EMAIL PROTECTED] wrote:









  



Hello all!I'm
experiencing runtime error # 2025 (The supplied DisplayObject must be a
child of the caller). I have not been able to solve the problem,
but I have a demo tomorrow and do not want to have the error pop up and
have to click the dismiss all button. This may even be a Flex 2
beta problem, but I have not been able to track it down.
It happens when I push the Tab key.Is there a way to handle/capture/mute the runtime error message, just until I can figure out the bug???Thanks!-Pat

  













-- 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] How to capture/handle runtime errors?

2006-06-15 Thread Michael Schmalle



 handle/capture/mute

I don't think you can mute runtime errors, I know warnings you can.

The problem with trying to 'catch' an error like this is it is in an
existing code base where the error will be thrown first. This is the
jagged pill to swallow when working with large frameworks. Especailly
the FocusManager.

Any one else with any other ideas?

Peace, MikeOn 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote:
Hi,

I have had this happen to. It's a bug with the FocusManager and I ope they fixed it for the final release!

I doubt there is anything you can do other than don't push the tab key. :)

Basically, the player is trying to access a child object that is not
the child object of the calling DisplayObject. I forget what this had
to do with when I got the erorror.

What are you tabbing between when it happens?

Peace, MikeOn 6/15/06, Pat Buchanan 
[EMAIL PROTECTED] wrote:









  



Hello all!I'm
experiencing runtime error # 2025 (The supplied DisplayObject must be a
child of the caller). I have not been able to solve the problem,
but I have a demo tomorrow and do not want to have the error pop up and
have to click the dismiss all button. This may even be a Flex 2
beta problem, but I have not been able to track it down.
It happens when I push the Tab key.Is there a way to handle/capture/mute the runtime error message, just until I can figure out the bug???Thanks!-Pat

  













-- 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] How to capture/handle runtime errors?

2006-06-15 Thread Jeremy Lu



hi Pat, as that line suggesting:The supplied DisplayObject must be a child of the calleryou probably are using some DisplayList related functions like getChildByName(), removeChild(), setChildIndex() and providing an Object(a sprite/movieClip/displayList) which *is not the direct child of that parent DisplayObjectContainer*.
I ran into this several times before, just double check if you used any method mentioned above and the relationship between the child objects and parent container.Or, post sample code so we can take a look at it.
Jeremy.On 6/16/06, Pat Buchanan [EMAIL PROTECTED] wrote:









  



Hello all!I'm experiencing runtime error # 2025 (The supplied DisplayObject must be a child of the caller). I have not been able to solve the problem, but I have a demo tomorrow and do not want to have the error pop up and have to click the dismiss all button. This may even be a Flex 2 beta problem, but I have not been able to track it down.
It happens when I push the Tab key.Is there a way to handle/capture/mute the runtime error message, just until I can figure out the bug???Thanks!-Pat

  















__._,_.___





--
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.



  






__,_._,___