Re: MouseListener to MouseMoveHandler

2009-04-23 Thread Salvador Diaz
> do you think deprecated > classes would not work anymore on next versions of GWT ? That's pretty much the point of deprecating them. I think the goal is to remove them in the 2.0 release (I read that somewhere in the contributors forum, I don't remember where exactly) --~--~-~--~~-

Re: MouseListener to MouseMoveHandler

2009-04-23 Thread Kelo
To restrict the movement of a widget inside another. Seeing gwt's development from its beginning till now, do you think deprecated classes would not work anymore on next versions of GWT ? On 22 abr, 22:59, Thomas Broyer wrote: > On 22 avr, 20:49, Kelo wrote: > > > > > Hi people, > > >     I use

Re: MouseListener to MouseMoveHandler

2009-04-22 Thread Thomas Broyer
On 22 avr, 20:49, Kelo wrote: > Hi people, > >     I used mouseListeners.fireMouseMove(this,x,y) on onBrowserEvent > (Event event) to fire this kind of event and modified x and y. > >     I would like to know how to set x and y when I firing an event on > 1.6 : > >         addDomHandler(new Mou

MouseListener to MouseMoveHandler

2009-04-22 Thread Kelo
Hi people, I used mouseListeners.fireMouseMove(this,x,y) on onBrowserEvent (Event event) to fire this kind of event and modified x and y. I would like to know how to set x and y when I firing an event on 1.6 : addDomHandler(new MouseMoveHandler() {