From: Scott H. <sc...@af...> - 2006-07-27 22:56:48
|
yes, it is. Take a look at the ASTreeItem class. Items can have images independent of the branch images. On 26/07/06, Tiago Vale <tia...@gm...> wrote: > 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 > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > |