From: Tiago V. <tia...@gm...> - 2006-07-26 16:01:25
|
Is it possible to set a image per Item and mantain the NSTreeBranchImages such as <item name="foo" image="NSImage">; On 6/9/06, Scott Hyndman <sc...@af...> wrote: > > 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 > > > > > > > > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > -- Cheers Tiago Janz |