Thanks a lot Dhileepen.. that really worked.. Appreciating your time and effort.
Regards, Rakesh Sivan. On Feb 25, 4:28 am, dhileepen chakravarthy <[email protected]> wrote: > > <?xml version="1.0" encoding="utf-8"?> > > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" > > layout="absolute" initialize="initApp()"> > > <mx:Script> > > <![CDATA[ > > > private function cou(): void{ > > mx.controls.Alert.show(combo.dataProvider.length); > > } > > > ]]> > > </mx:Script> > > > <mx:ComboBox x="295" y="306" id="combo" > > > <mx:dataProvider> > > <mx:Array> > > <mx:String>Select</mx:String> > > <mx:String>Quality of documents</mx:String> > > <mx:String>Software problem</mx:String> > > <mx:String>Web site access</mx:String> > > <mx:String>Other</mx:String> > > > </mx:Array> > > </mx:dataProvider> > > </mx:ComboBox> > > <mx:Button x="341" y="363" label="Count" click="cou();"/> > > </mx:Application> > > Regards, > Dhileepen- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

