I build the trunk version and it works fine with GWT 1.5. I've also added and made the necessary changes to DatePickerDemo.css so it can look better. The only thing I need to figure out now is how change the year label to a combobox.
I appreciate if someone has done this before and can save me some time :) Thanks you all! NOTE: I think a default css file should be included within the jar dist file. On Aug 24, 1:29 am, Brian <[EMAIL PROTECTED]> wrote: > what I did was pull gwt and build, then pull incubator and point the > incubator project to my newly built gwt (1.5+ trunk build). There are > a couple of unchecked exceptions in the current (1.4) incubator that > don't work well with projects compiled with 1.5 gwt. At least, > IntelliJ complained, so I went about finding out why. I fixed the > issues in DatePicker (let me know if you need info on this). Then in > my project (finally) I pointed it to my built 1.5 gwt and incubator, > and use the DatePicker with no probs. > On Aug 23, 2:39 pm, Samuel Santos <[EMAIL PROTECTED]> wrote: > > > GWT 1.5 already is RC2 :) > > > On Aug 23, 7:33 pm, Jason Essington <[EMAIL PROTECTED]> wrote: > > > > right, that jar was built as the last version of incubator that would > > > work with GWT 1.4. > > > > You'll have to build an incubator jar from SVN trunk to get a jar > > > that'll work with 1.5. > > > > Maybe once GWT 1.5 goes RC Google will release a new Incubator 1.5 > > > build. > > > > -jason > > > > On Aug 23, 2008, at 12:13 PM, Samuel Santos wrote: > > > > > GWT incubator's date picker could be a good choice, but I can't make > > > > gwt-incubator 1.4 final work with GWT 1.5 RC1 or RC2. > > > > > -Samuel > > > > > On Aug 23, 2:51 am, Tim <[EMAIL PROTECTED]> wrote: > > > >> how about GWT (Ext-GWT)http://www.extjs.com/explorer/#datepicker? > > > >> Also no go?. > > > >> If not, then I'd say GWT incubator's date picker is your best > > > >> bet...http://google-web-toolkit-incubator.googlecode.com/svn/trunk/demo/Dat > > > >> ... > > > > >> On Aug 22, 8:36 pm, Samuel Santos <[EMAIL PROTECTED]> wrote: > > > > >>> Yes I like the Ext calendar, but I don't want to use GWT-Ext nor > > > >>> ExtJS. > > > > >>> On Aug 22, 9:09 am, KaBooFa <[EMAIL PROTECTED]> wrote: > > > > >>>> Have you tried the gwt-ext DatePicker it seams to answer your > > > >>>> needs. > > > > >>>> Check this out:http://www.gwt-ext.com/demo/#datePicker > > > > >>>> Regards > > > > >>>> On Aug 21, 7:43 pm, "Isaac Truett" <[EMAIL PROTECTED]> wrote: > > > > >>>>> Extend DatePicker and supply your own MonthSelector.You can use > > > >>>>> whatever Widgets you want to control the month and year. > > > > >>>>> On Thu, Aug 21, 2008 at 10:00 AM, Samuel Santos > > > >>>>> <[EMAIL PROTECTED]> wrote: > > > > >>>>>> The problem with those date pickers is that they don't have a > > > >>>>>> combo to > > > >>>>>> choose the year, very useful when choosing someone birthday. > > > > >>>>>> On Aug 21, 11:57 am, eggsy84 <[EMAIL PROTECTED]> wrote: > > > >>>>>>> I have not looked at the Data Picker itself but is it similar > > > >>>>>>> to the > > > >>>>>>> one found here: > > > > >>>>>>>http://code.google.com/p/gwt-datepicker/ > > > > >>>>>>> Online demo at:http://www.zenika.com/demos/DatePicker/ > > > > >>>>>>> ---- > > > > >>>>>>> On Aug 20, 9:30 pm, Jason Essington > > > >>>>>>> <[EMAIL PROTECTED]> wrote: > > > > >>>>>>>> I think that they are using the incubator date picker with some > > > >>>>>>>> modifications. > > > > >>>>>>>> Have a look at the date picker in incubator and see if it > > > >>>>>>>> doesn't do > > > >>>>>>>> what you need. > > > > >>>>>>>> -jason > > > >>>>>>>> On Aug 20, 2008, at 12:44 PM, luisafonsoribeiro wrote: > > > > >>>>>>>>> Hi, > > > > >>>>>>>>> I really like the date picker available on google health. Is > > > >>>>>>>>> google > > > >>>>>>>>> health using gwt? If so, any chance of turning it available > > > >>>>>>>>> as a > > > >>>>>>>>> widget? > > > > >>>>>>>>> Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
