Skip to content
Prev 343538 / 398506 Next

HANDLER FUNCTION PROBLEM

Hello   ,



I  have  a  function  handler  using  gWidgets like  below   ,,  i  had
declared  a  function  inside  this   function   .   But  dont  have  the
idea  how   to  call   the  function  outside  the  handler   function.



 addHandlerClicked(AAS,handler=function(h,...)
  {

ga()                                    <<<  THIS  IS THE  FUNCTION  TO  BE
CALLED  OUTSIDE

{

}


})


ga()   <<---    WANTED  IT  OUTSIDE



  can  anyone  help  please