Re: GWT event model

2008-12-15 Thread step3...@yahoo.fr
OK, but handler will use for Widget only or DOM element So ? On 15 déc, 15:07, "Arthur Kalmenson" wrote: > Listeners are now going to become Handlers. > > -- > Arthur Kalmenson > > On Mon, Dec 15, 2008 at 6:53 AM, step3...@yahoo.fr wrote: > > > So how can i set an eventlistener on a DOM Element

Re: GWT event model

2008-12-15 Thread Arthur Kalmenson
Listeners are now going to become Handlers. -- Arthur Kalmenson On Mon, Dec 15, 2008 at 6:53 AM, step3...@yahoo.fr wrote: > > So how can i set an eventlistener on a DOM Element in 1.6 ? is there > new DOM methods to do that ? > > On 15 déc, 03:43, "Arthur Kalmenson" wrote: >> step3331, >> >>

Re: GWT event model

2008-12-15 Thread step3...@yahoo.fr
So how can i set an eventlistener on a DOM Element in 1.6 ? is there new DOM methods to do that ? On 15 déc, 03:43, "Arthur Kalmenson" wrote: > step3331, > > As Thomas said, those methods will be deprecated in 1.6 and removed in 2.0. > > -- > Arthur Kalmenson > > On Sun, Dec 14, 2008 at 7:44 AM,

Re: GWT event model

2008-12-14 Thread Arthur Kalmenson
step3331, As Thomas said, those methods will be deprecated in 1.6 and removed in 2.0. -- Arthur Kalmenson On Sun, Dec 14, 2008 at 7:44 AM, step3...@yahoo.fr wrote: > > Hello , > > I use DOM.seteventlistener in my application. This method will be > remove ? > > Thanks > > On 13 déc, 13:58, M

Re: GWT event model

2008-12-14 Thread step3...@yahoo.fr
Hello , I use DOM.seteventlistener in my application. This method will be remove ? Thanks On 13 déc, 13:58, Mike wrote: > Great, thanks for the info! > > On Dec 12, 3:59 am, Sumit Chandel wrote: > > > Hi Mike, > > > As Adam mentioned, the new event system you discovered in trunk is indeed >

Re: GWT event model

2008-12-13 Thread Mike
Great, thanks for the info! On Dec 12, 3:59 am, Sumit Chandel wrote: > Hi Mike, > > As Adam mentioned, the new event system you discovered in trunk is indeed > for GWT 1.6, following the design details explained in the link he posted > above. > > The new event system should solve some of the pro

Re: GWT event model

2008-12-12 Thread Arthur Kalmenson
Great, thanks for the info. -- Arthur Kalmenson On Fri, Dec 12, 2008 at 11:42 AM, Thomas Broyer wrote: > > > > On 12 déc, 16:18, "Arthur Kalmenson" wrote: >> Hi Sumit, >> >> Will you be removing the old event model or are you just deprecating >> it? i.e. if I upgrade to 1.6 when it comes out

Re: GWT event model

2008-12-12 Thread Thomas Broyer
On 12 déc, 16:18, "Arthur Kalmenson" wrote: > Hi Sumit, > > Will you be removing the old event model or are you just deprecating > it? i.e. if I upgrade to 1.6 when it comes out, will it break code > that uses the old event model? Deprecate in 1.6, remove in 2.0. Upgrading to 1.6 shouldn't bre

Re: GWT event model

2008-12-12 Thread Arthur Kalmenson
Hi Sumit, Will you be removing the old event model or are you just deprecating it? i.e. if I upgrade to 1.6 when it comes out, will it break code that uses the old event model? -- Arthur Kalmenson On Thu, Dec 11, 2008 at 9:59 PM, Sumit Chandel wrote: > Hi Mike, > > As Adam mentioned, the new

Re: GWT event model

2008-12-11 Thread Sumit Chandel
Hi Mike, As Adam mentioned, the new event system you discovered in trunk is indeed for GWT 1.6, following the design details explained in the link he posted above. The new event system should solve some of the problems in the current Event system (as detailed in the doc), including the use case y

Re: GWT event model

2008-12-08 Thread Adam T
It's for the version 1.6 event system: http://code.google.com/p/google-web-toolkit-incubator/wiki/ProposedEventSystem //Adam On 8 Dec, 17:06, Mike <[EMAIL PROTECTED]> wrote: > Hi all, > > Today i was browsing the latest source code for GWT and i saw that > many event-related classes have been de

Re: GWT event model

2008-12-08 Thread David H. Cook
I'll shoot from the hip and GUESS that the reason MIGHT be that (hopefully) someone is fixing what I currently think is a MAJOR flaw in the whole design/implementation of events in GWT. If I'm correct (that there really IS a flaw), it's that there needs to be the concept of 'addEventListener' to