"Alberto Valverde" <[EMAIL PROTECTED]> writes:

> Hi guys,
>
> I'm about to start implementing a date picker widget for TGWidgets and, as
> I believe no one is really happy with the one bundled with TG from past
> comments on the list, I was thinking of wrapping this one:
>
> http://www.frequency-decoder.com/2006/10/02/unobtrusive-date-picker-widgit-update
>
> It's liberally licensed and pretty, however, it doesn't seem to support
> time picking though I could implement it as a compound widget and add a
> couple of singleSelectFields for hours, minutes and seconds.
>
> What do you think? does anyone know a better alternative (perhaps with a
> time picker too and i18n) ?

The usual concerns apply: 

    - license

      * Looks like it is OK...  It doesn't interfere with the project license,
        where it is used, how, for what purposes, etc. 

    - I18N

      * Things appeared somewhat correctly here...  The translated file looks
        smaller than the one we have today (at least for pt). 


There was an annoying flicking on the day field right after I selected the
date.  I believe that it was due to filling the date and probably some
validation occurring. 

If we don't have to change our code -- i.e., the wrapper takes care of getting
all three fields correctly and converting them to datetime.date /
datetime.datetime instances and also generating the individual IDs for each
one as is required by the crappy IE -- I believe that there won't be problems
with most users (except people for languages that have no translation
available...).

Is wrapping both too hard? :-)  We can put the other as a DateTimeLegacy
class. 


Be seeing you,
-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to