Hi Boosters am created below flex module and then include this module to one mxml application . after that i run that mxml file , its showing combobox successfully. But if i click that combobox then , following error displayed. anyone know the solution, pls post it.
<!-- test.mxml --><mx:Module xmlns:mx="http://forums.xisto.com/no_longer_exists/; layout="absolute"> <mx:ComboBox x="199" y="80" width="140"> <mx:dataProvider> <mx:Array> <mx:Object label="Select" /> <mx:Object label="Apple" /> <mx:Object label="Sony"/> <mx:Object label="Lg"/> <mx:Object label="Samsung"/> <mx:Object label="Hcl"/> <mx:Object label="Moto"/> </mx:Array> </mx:dataProvider> </mx:ComboBox></mx:Module><!--Module End -->
Thanks and Regards Ranjithkumar.M
Notice from jlhaslip:
add tags