javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 3 forks source link

onSelect is not triggered in DateField like in DatePicker #403

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The 'select' event is not trigger when using the DateFiled.  It is 
triggered only for DatePicker.

Original issue reported on code.google.com by mlim1...@gmail.com on 4 Sep 2008 at 8:44

GoogleCodeExporter commented 9 years ago
Extended the functionality of DateField to allow it to call the onSelect method 
when 
a date is picked.
Had to resort to JSNI!

Also made the "instance" method from DatePicker public

Original comment by mlim1...@gmail.com on 4 Sep 2008 at 8:53

GoogleCodeExporter commented 9 years ago
Using this new functionality, I get an error when compiling to web mode:

The method addListener(ComponentListener) from the type Component is not visible

Original comment by philiss...@gmail.com on 15 Sep 2008 at 8:48

GoogleCodeExporter commented 9 years ago
philissler,  I just compiled it into web mode using GWT 1.5.0 and GWT 1.5.2 
without
problems.   I even have an event attach and it executes correctly.  Can you 
create a
simple stand-alone program with this issue.  THX.

Original comment by mlim1...@gmail.com on 16 Sep 2008 at 4:51