--- In flexcoders@yahoogroups.com, Erik de Bruin <erikdebr...@...> wrote: > > 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 > the data structure is build from the data in the database. But this is > expected behavior, and the case remains that this code functions > flawlessly in the online version (again, build from the same > codebase). > > Any suggestions on how to proceed with debugging, as well as why the > stack trace shows a single final line with only the word "undefined" > in it, are much apreciated.
Hey, Erik; You might want to call disableAutoUpdate on the collection, so you just get one event at the end (when you call enableAutoUpdate). If that doesn't help, I'm not sure what else to suggest without looking at your code. HTH; Amy