So the next question is this is a bug? or a very confusing feature?

Renaun

--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote:
>
> Didn't work for me.  Nor did the Help Example: Tree Control.
> 
> -TH
> 
> --- In flexcoders@yahoogroups.com, "Renaun Erickson" <renaun@> 
> wrote:
> >
> > This is with Flex 2 released version.
> > 
> > Will someone please run the code below and tell me if the
> > allowMultipleSelection="true" works for you?
> > 
> > It should allow you to select multiple items in the Tree, at least
> > this is what I get from all the documentation?
> > 
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
> > layout="absolute">
> > <mx:Script>
> >     <![CDATA[
> >             import mx.collections.ArrayCollection;
> >         private var dp:Array = ([
> >             {label:"First", data:"1"},
> >             {label:"Second", data:"2"},
> >             {label:"Third", data:"3"},
> >             {label:"Fourth", data:"4"},
> >         ]);         
> >     ]]>
> > </mx:Script>
> >     <mx:Tree  
> >             id="firstList" 
> >             dataProvider="{ new ArrayCollection( dp ) }"
> >             allowMultipleSelection="true" 
> >             height="100%" width="300"/>
> > </mx:Application>
> >
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to