Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-15 Thread Erik de Bruin
: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, July 10, 2009 9:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try) Possibly

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-14 Thread Erik de Bruin
[mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, July 10, 2009 9:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try) Possibly completely unrelated to the Stack Overflow error (Or maybe the change is now

RE: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-14 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, July 10, 2009 9:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try) Possibly completely unrelated to the Stack Overflow error

[flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread erikdebruin_nl
Steve, No luck :-( The stack trace look like this: Console output [SWF] Presenter_AIR.swf - 2,508,088 bytes after decompression undefined at nl.ixms.app.data::SheetItem/loadFromDbResultHandler()[/{removed}/SheetIt\ em.as:114] at nl.ixms.db::Db/dbResultHandler()[/{removed}/Db.as:214]

[flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread erikdebruin_nl
Steve, Thanks for you reply. I added event.stopImmediatePropagation() in the (seemingly) relevant event handlers, but no luck :-( Any idea where the undefined in the stack trace might come from? EdB --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: A co-worker had the same

[flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread valdhor
Possibly completely unrelated to the Stack Overflow error (Or maybe the change is now showing where the original error came from. I would try debugging at or around line 114 of SheetItem.as. --- In flexcoders@yahoogroups.com, erikdebruin_nl erikdebr...@... wrote: Steve, No luck :-( The

RE: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-10 Thread Alex Harui
...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, July 10, 2009 9:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try) Possibly completely unrelated to the Stack Overflow error (Or maybe the change is now showing where

[flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-08 Thread valdhor
A co-worker had the same error the other day (In the web application though, not in AIR): Stack Overflow. In his case it turned out to be rampant events. He made sure to use event.stopImmediatePropagation() when the event was no longer required to bubble and the error went away. This may not