Hi Saravanan, The reason is very simple.... : )
put a semicolon to the ITEM_HEIGHT declaration line.....your problem will be solved...: ) Thank you Haripriya On Mon, May 31, 2010 at 3:55 PM, Saravanan <[email protected]> wrote: > Hi, > > I have problem in setting the Bindable property in custom component... > > It shows error "Access to undefined property Bindable" > > <?xml version="1.0" encoding="utf-8"?> > <mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml" width="210" > height="94" autoLayout="false"> > > <mx:Script> > <![CDATA[ > > public static const ITEM_HEIGHT:Number = 94 > > [Bindable] > public var quarter:String; > > public function SetData(_data:Object):void > { > > } > > ]]> > </mx:Script> > </mx:HBox> > > > thanks in advance... > > -- > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- 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.

