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
-~----------~----~----~----~------~----~------~--~---