Re: [flexcoders] "undefined" in stack trace (Console), stack overflow

2009-07-09 Thread thomas parquier
I would say the "undefined" trace matches a simple "trace(one_var);" in a file which is particular to your offline project (not in shared libs). To talk again about events based stack overflow, I would put two surrounding "trace" in event handlers to see stacked functions : > function handlerFunc

Re: [flexcoders] "undefined" in stack trace (Console), stack overflow

2009-07-08 Thread Erik de Bruin
Hi, Thanks for your swift reply. I did a check to see if what you suggest might be the case, by inserting a trace() in all the event dispatch and handler functions, but nowhere in the chain does this type of recursion occur. I do however see that the entire chain is run dozens of times, while th

Re: [flexcoders] "undefined" in stack trace (Console), stack overflow

2009-07-08 Thread thomas parquier
You may have one type of event (A) handled in a function which dispatches another type of event (B) handled in a function which dispatches an event of type A. If dispatching occurs before handler functions return you may get a stack overflow. thomas --- http://www.web-attitude.fr/ msn : thomas.par

[flexcoders] "undefined" in stack trace (Console), stack overflow

2009-07-08 Thread erikdebruin_nl
Hi, I've Googled me senseless, but I can't find a clue to my latest problem: When I run my application in the browser, all is fine. When the same app in AIR (we've build it so the same codebase is shared between on- and offline versions), I get an exception and the last line in the stack trace

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

2009-07-08 Thread erikdebruin_nl
Hi, I've Googled me senseless, but I can't find a clue to my latest problem: When I run my application in the browser, all is fine. When the same app in AIR (we've build it so the same codebase is shared between on- and offline versions), I get an exception and the last line in the stack trace