nikhilbchilwant / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 1 forks source link

Invalid Argument Exception while using com.google.gwt.widgetideas.datepicker.TimePicker #269

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
WI am getting Invalid Argument exception while using
com.google.gwt.widgetideas.datepicker.TimePicker.
I have done an individual test on this Class ,
for (int i = 0;i < 10; i++)
{
  TimePicker tp = new TimePicker(new Date(),false);
}

... And the exception on IE7 is thrown after 7 TimePicker components
are created.

So why is IE having a problem creating more than 6 TimePicker
components?
Any Idea ?

As I was using gwt incubator version 1.5, after importing the latest
version(.i.e version 1.6)the datetimepicker class has been changed to
datepicker class.As am not sure whether both have same functionality am not
able to implement the same into my client class.

Regards
Tapas

Original issue reported on code.google.com by shraban...@gmail.com on 27 Apr 2009 at 11:17