|
The multiSelect does not seem to working. Any
help?
Thanks
=========================================
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="500" height="200" borderStyle="solid" creationComplete="initApp();"> <mx:Script> <![CDATA[ private function initApp():void { srclist.dataProvider = ['Reading', 'Television', 'Movies']; destlist.dataProvider =[]; } ]]> </mx:Script> <mx:HBox> <mx:VBox> <mx:Label text="Available Activities"/> <mx:List id="srclist" height="100" allowMultipleSelection="true" dragEnabled="true"/> </mx:VBox> <mx:VBox> <mx:Label text="Activities I Like"/> <mx:List id="destlist" height="100" dropEnabled="true"/> </mx:VBox> </mx:HBox> </mx:Application> -- 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
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- [flexcoders] Multi-select not happening! Sreejith Unnikrishnan
- [flexcoders] Multi-select not happening! Sreejith Unnikrishnan
- Re: [flexcoders] Multi-select not happening... Sreejith Unnikrishnan
- Re: [flexcoders] Multi-select not happening... Sreejith Unnikrishnan
- RE: [flexcoders] Multi-select not happe... Joan Lafferty
- Re: [flexcoders] Multi-select not h... Sreejith Unnikrishnan
- RE: [flexcoders] Multi-select ... Joan Lafferty

