final DateBox.Format format = new 
DateBox.DefaultFormat(DateTimeFormat.getFormat(DateTimeFormat.PredefinedFormat.TIME_SHORT));
                    begin.setFormat(format);
                    begin.hideDatePicker();

I have two problems with this DateBox

   1. I don't want it to show the DatePicker and although *
   begin.isDatePickerShowing()* reports *false,* every time I click on the 
   DateBox the DatePicker comes down
   2. I want let the DatePicker not show the Calendar but a "TimeSelector" 
   (I suppose it's not possible?)

To "hide" the DatePicker I could also use a TextBox but in this particular 
case a semantic Date widget would be nice to use.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UMd3rUd43foJ.
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.

<<attachment: Screen Shot 2011-09-19 at 9.36.44 AM.png>>

Reply via email to