Sreejith,

 

I ran your bugfile and it seems to run fine for me in Firefox 2.0. Do you want to send the swf and mxml file to me offline? Also, please confirm whether you are using a Mac, Windows or Linux machine.

 

Thanks,

Joan

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith Unnikrishnan
Sent: Wednesday, November 01, 2006 1:50 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Multi-select not happening! - bug?

 

Well, I just noticed that the multiSelect does not happen in Firefox 2.0.

 

It works in IE though.

 

Is this a bug?

 

----- Original Message -----

Sent: Thursday, November 02, 2006 12:27 AM

Subject: **SL-JUNK** [flexcoders] Multi-select not happening!

 

The multiSelect does not seem to be 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
Software development tool Software development Software development services
Home design software Software development company

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

__,_._,___

Reply via email to