From: Steve M. <sm...@gm...> - 2006-06-09 17:50:22
|
Yea if you can put it in, I'll certainly spend some time with it. I probably won't have time until the end of June though. re: ASTree: > How many rows will this thing need to handle? Less than a thousand - less than a few hundred in most cases. I built my own tree display system a few months ago, and it needed to be able to handle large data sets. The solution I came up with was to execute each iteration per frame instead of trying to churn through it all in one go. I am not sure if that approach is compatible with how AS works, fundamentally, but the result was actually kindof cool because you could see the tree build, and there was no hit on the cpu at all. -- s,Mason http://www.smason.com aim NyStv |