I 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 have a problem creating more than 6 TimePicker
components?
Any Idea ?
Thanks,
-Tapas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---