MooFlow, Gwt FireEvent on Both

2010-04-12 Thread Elmaho
Hey everyone, I want to integrate MooFlow external lib in my Gwt Application, so I begin by reading the essentials of JSNI and doing my things. So far it's OK, I create the Impl class to wrap the functions I need, I create also the JSObject and finally the widget itself (called CoverFlow). Now

Re: MooFlow, Gwt FireEvent on Both

2010-04-12 Thread Mohamed Cherb
How do I to fire a Gwt event from JavaScript ? 2010/4/12 Elmaho elmaho...@gmail.com Hey everyone, I want to integrate MooFlow external lib in my Gwt Application, so I begin by reading the essentials of JSNI and doing my things. So far it's OK, I create the Impl class to wrap the functions I

Re: MooFlow, Gwt FireEvent on Both

2010-04-12 Thread Elmaho
the function isn't recongnized in JS (I recieve the undefined exception) !! line: cfo.addEvent('onClickView', function(obj){ }) Is there any solution On 12 avr, 11:49, Elmaho elmaho...@gmail.com wrote: Hey everyone, I want to integrate MooFlow external lib in my Gwt Application, so I