my BAD --> had a look with firebug and it was there behind the rest of
the stuff, I just had to define the following css class:
.dateBoxPopup {
z-index: 100;
}
On May 31, 8:32 pm, John_Idol <[email protected]> wrote:
> When I said *this* example I meant to include the link but I didn't --
>
> >http://gwt.google.com/samples/Showcase/Showcase.html#CwDatePicker
>
> On May 31, 8:30 pm, John_Idol <[email protected]> wrote:
>
>
>
> > Hi All,
>
> > I am following this example and the example in the DateBox
> > specification - so I have smt like this in my OnModuleLoad:
>
> > public void onModuleLoad() {
> > _dateBox = new DateBox();
> > _dateBox.setValue(new Date());
> > RootPanel.get().add(_dateBox);
> > }
>
> > Problem is when I click on the DateBox nothing happens - I'd expect
> > the popup with the DatePicker to show up (this is happening on hosted
> > browser (IE), chrome and firefox).
>
> > Is there any init step I am missing?
>
> > I tried a search on this group but couldn't find anything similar
>
> > Any help appreciated!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---