Page 1 of 1

Event Handlers

PostPosted: Aug 17, 2010 @ 11:08am
by nalinijena
Hi,

I am handling the following events.

OnNextFrame

OnNativeEvent


but the onnextframe event is never fired if onnativeevent is implemented.

If i comment the onnativeevent handler, then only i am able to access onnextframe handler.

Can anybody please suggest how to fire both the events?


Regards
Nalini

Re: Event Handlers

PostPosted: Aug 17, 2010 @ 2:55pm
by edge
Hi Nalini,

This depends on the return value of OnNativeEvent. If you return false this should work.

Wouter
PS: Please either post in our forums (preferred) or email us.

Re: Event Handlers

PostPosted: Aug 18, 2010 @ 9:36am
by nalinijena
Hi Wouter,

It works, Thank you verymuch.


Regards
Nalini