dispatchEvent() returns a boolean value, so in case you want to do something based on this, you can go like -
if(dispatchEvent(evt)) // do something else // do something Thanks. Gaurav. On Wed, May 19, 2010 at 10:39 PM, Arindam Mojumder < [email protected]> wrote: > Yes it is working fine, I know it. I just want a return value from > the Dispatch Event. > I mean after firing the Dispatch Event the function will return a value to > its caller. > > On 19 May 2010 20:03, Shalu Popli Jain <[email protected]> wrote: > >> Hi Arindam, >> >> I checked the file...its working fine....Can you pls clear your >> question.... >> >> Thanks! >> >> On Wed, May 19, 2010 at 6:00 PM, Arindam Mojumder < >> [email protected]> wrote: >> >>> Hello friends, >>> >>> Please check the attached file. I have no idea whether it is possible or >>> not. >>> Does Dispatch Event return any value?? >>> >>> I have tried a simple test fie, you can check it. >>> >>> -- >>> ----------------------------------------------------------------------- >>> With best regards >>> Arindam Mojumder >>> ----------------------------------------------------------------------- >>> Flickr:- http://www.flickr.com/photos/arindam-mojumder/sets/ >>> Facebook:- http://www.facebook.com/Arinda.Mojumder >>> Twitter:- http://twitter.com/arindam_arindam >>> Google Blog:- http://scripto-mania.blogspot.com/ >>> Wordpress-blog:- http://nilbristi.wordpress.com/ >>> ----------------------------------------------------------------------- >>> >>> -- >>> 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]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > > > -- > ----------------------------------------------------------------------- > With best regards > Arindam Mojumder > ----------------------------------------------------------------------- > Flickr:- http://www.flickr.com/photos/arindam-mojumder/sets/ > Facebook:- http://www.facebook.com/Arinda.Mojumder > Twitter:- http://twitter.com/arindam_arindam > Google Blog:- http://scripto-mania.blogspot.com/ > Wordpress-blog:- http://nilbristi.wordpress.com/ > ----------------------------------------------------------------------- > > -- > 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.

