Hi subrata, Please refer these links:
http://flexscript.wordpress.com/2008/07/18/passing-additional-parameters-to-event-listener/ http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=9144 On Mon, Dec 29, 2008 at 7:25 PM, Subrata <[email protected]> wrote: > > I have one action script function as > > private function show(event:Event,text:TextInput):void { Alert.show > ("some thing");} > > Now how can i call it in action script. > i am trying this > > img.addEventListener(MouseEvent.CLICK,showColumnFilterPopUpPage > (event,textInputObj)); > > But this is giving me compile error. > > if i use > > img.addEventListener(MouseEvent.CLICK,showColumnFilterPopUpPage); > > then it compiles . But then how to pass parameter?? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

