Hi Belinda

by a later release you mean flex 3? or will be release some sort of patch



On 7/14/06, Belinda Nambooze < [EMAIL PROTECTED]> wrote:

AllowMultipleSelection was disabled to work around some Tree issues. It
will be re-enabled in a later release.

Thanks,
Belinda



-----Original Message-----
From: [email protected] [mailto: [email protected]] On
Behalf Of sufibaba
Sent: Thursday, July 13, 2006 4:27 PM
To: [email protected]
Subject: [flexcoders] Tree AllowMultipleSelection Bug

Sorry Adobe Engineers,

I hate to be a bore with bugs... the Multiple Selection doesn't seem
to be working in this final version. Below is the what's in the flex
docs.

-- Tim

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">

<mx:Script>
<![CDATA[

// Initialize the data provider for the Tree.
private function initApp():void {
firstList.dataProvider = treeDP;
}

]]>
</mx:Script>

<mx:XML id="treeDP">
<node label="Mail">
<node label="Inbox"/>
<node label="Personal Folder">
<node label="Demo"/>
<node label="Personal"/>
<node label="Saved Mail"/>
<node label="bar"/>
</node>
<node label="Calendar"/>
<node label="Sent"/>
<node label="Trash"/>
</node>
</mx:XML>

<mx:Tree id="firstList" height="200" width="200"
showRoot="false"
labelField="@label"
dragEnabled="true" dropEnabled="true" dragMoveEnabled="true"
allowMultipleSelection="true"
creationComplete="initApp();"/>
</mx:Application>

Yahoo! Groups Links


__._,_.___

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





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to