From: Scott H. <sc...@af...> - 2006-06-09 19:25:05
|
It's in SVN. org.actionstep.ASTreeView You can see it at work with ASTestTree. Scott On 6/9/06, Steve Mason <sm...@gm...> wrote: > > 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 > > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > |