Re: [Flashcoders] Stability of flash debug plugin

2012-02-07 Thread Dennis Ernst
It's been pretty bad. FF 10 seems to have improved the situation. To debug you have to think in short spurts or disable/lengthen the timeout on the plugin-container. See https://developer.mozilla.org/en/Plugins/Out_of_process_plugins/The_plugin_hang_detector Dennis I'm running the

RE: [Flashcoders] Vector.map()

2011-08-19 Thread Dennis Ernst
function mapper needs to return an element of the new vector. In this case, the vector is a vector of uint, so the mapper function needs to return a uint, not a Vector. This makes sense because mapper is called for every item in g. Say you wanted to populate h with the squares of each