[Flashcoders] tree component

2008-07-01 Thread Geografiek
Hi list, I posted this question earlier on the Flash tiger list, but got no response there.Maybe here somebody knows? I'm in search for a tree component (preferably AS2 ánd AS3) that allows to select multiple nodes and display somehow which nodes are selected. A commercial component is ok.

Re: [Flashcoders] tree component

2008-07-01 Thread Geografiek
Yes, but I'm afraid that means something different: node captions can span more than one line. What I want is to select nodes wthout deselecting the previously selected node. A techie at Flashloaded told me that the feature is on the wishlist but not implemented yet. Thanks anyway, Willem

Re: [Flashcoders] tree component

2008-07-01 Thread John R. Sweeney Jr
Gotcha. Sorry, I miss read the features. Good luck with your quest. John on 7/1/08 7:38 AM, Geografiek at [EMAIL PROTECTED] wrote: Yes, but I'm afraid that means something different: node captions can span more than one line. What I want is to select nodes wthout deselecting the

Re: [Flashcoders] tree component

2008-04-21 Thread Stuart Moir [FunkDaWeb]
List Sent: Monday, April 21, 2008 10:03 AM Subject: [Flashcoders] tree component Hi Does anyone know an as3 tree component with built-in dragdrop functionalities? I'd like to avoid using the flex tree component... thx, Marcel

[Flashcoders] tree component

2008-04-21 Thread marcellouz
Hi Does anyone know an as3 tree component with built-in dragdrop functionalities? I'd like to avoid using the flex tree component... thx, Marcel ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] tree component

2008-04-21 Thread Rich Shupe
I don't have any experience with the Accordion Tree Menu yet, so I don't know if it will fit your needs. However, I have to say, I've been very impressed with the quality and execution of the Jumpeye components so far. The design is great, the ActionScript features are fantastic, and they have

Re: [Flashcoders] tree component

2008-04-21 Thread Charles Parcell
You mean reordering of the tree elements? or do you mean dropping in external items to add new elements? Charles P. On Mon, Apr 21, 2008 at 5:03 AM, marcellouz [EMAIL PROTECTED] wrote: Hi Does anyone know an as3 tree component with built-in dragdrop functionalities? I'd like to avoid using

Re: [Flashcoders] tree component

2008-04-21 Thread marcellouz
or do you mean dropping in external items to add new elements? exactly that what i need! On 22.04.08 00:26, Charles Parcell [EMAIL PROTECTED] wrote: You mean reordering of the tree elements? or do you mean dropping in external items to add new elements? Charles P. On Mon, Apr 21,

[Flashcoders] Tree component onLoad select leaf

2006-09-25 Thread Dave Geurts
Does anybody know how to set the default selected node in a tree component. Not only set it to open but get it to visually appear selected. -Dave ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Tree component onLoad select leaf

2006-09-25 Thread Glen Pike
This will select the first node in a Tree. mTree.selectedNode = mTree.getTreeNodeAt(0); Dave Geurts wrote: Does anybody know how to set the default selected node in a tree component. Not only set it to open but get it to visually appear selected. -Dave

[Flashcoders] Tree Component - strange behaviour with styles

2006-09-24 Thread Glen Pike
Hi, I have customised a Tree component to use as a menu with the help of Sephiroth's Tutorial http://www.sephiroth.it/tutorials/flashPHP/custom_tree/ This is part of a website I am working on here: http://glenpike.co.uk/mpad/ Now I have used Guy Watson's 1k preloader and tweaked

[Flashcoders] Tree component icons

2006-07-26 Thread Grant Davies
Is it possible to mark a tree node as Special so I can apply different icons ? I have a tree that has the hierarchy Groups |__Roles |_ Permissions An I want each level to have a different icon. Can this be done, and do I have to do a custom tree renderer ? Grant

[Flashcoders] tree component delay opening

2006-07-24 Thread Gadi Srebnik
Hi coders, Using Flex 2 tree component, is there any way when I click the small triangles that opens subcategories, to indicate clicking on triangle BUT actually opening it only after another event occurs? Thanks, gadi ___

[Flashcoders] Tree Component broken

2006-07-19 Thread Charlie Skinner
Well maybe that's a little dramatic, but it certainly is very easy to break it in Flash Player 8 and 9. All that is required is: _global.style.setStyle(alternatingRowColors, [0xFF, 0xF3F3F3]); Then you can no longer select nodes when you open them. Unless you have a very long tree and make

Re: [Flashcoders] Tree Component broken

2006-07-19 Thread eric dolecki
This doesn't really address your bug, but I have found that using _global.style.setStyle can be a big no-no. I've spoken with Nigel Pegg about it a bunch, and he was upset it was possible to begin with. Basically every single clip is looped through, and the style is looked to be applied. If you

Re: [Flashcoders] Tree component

2006-07-06 Thread Josh Santangelo
It inherits from list, which has a rowHeight property, so that might work. -josh On Jul 6, 2006, at 5:09a, Jose Maria Barros wrote: Hello, Its possible to control the separation(height) of each row/node of the tree component menu? i looked for setStyle attributes but there is only the