Re: datepicker NaN

2007-03-28 Thread Johan Compagner
Sounds good to me. It would be cool if you could build in the time zone difference calcs like I described here http://chillenious.wordpress.com/2007/02/06/49/ (and like are implemented in various classes of the datetime project). Personally, I'd prefer such a datepicker to be in wicket-datetime o

Re: datepicker NaN

2007-03-27 Thread Eelco Hillenius
> Yeah, let's all just commit our own favorite date picker. Are you sure > you gonna support it well? yes because this one will be used by Servoy. I still hope that that i can convince him to do a dual license because then i can just add a goodies package in the current datetime project and pe

Re: datepicker NaN

2007-03-27 Thread Johan Compagner
> No build in 2 way support (that i was trying to fix) What do you mean? if i change the field by hand (i type in another year) then when i press the show calendar button it should ofcourse use that current value of the field. No Localization The localization you get is just a couple of la

Re: datepicker NaN

2007-03-27 Thread Eelco Hillenius
How more i looked at the YUI how more i disliked it . No time support, No fast year switching support, Strange selection support where you have to set 2 things (selected date (day/month/year) and selected page (month/year) No build in 2 way support (that i was trying to fix) What do you mean?

Re: datepicker NaN

2007-03-27 Thread Johan Compagner
that was the first thing i did :) I will also give him all my fixes i currently do so hopefully he is then even more cooperative. johan On 3/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: why dont yhou email the author and see if they are willing to change the license -igor On 3/27/07, J

Re: datepicker NaN

2007-03-27 Thread Matej Knopp
I believe he has alrady. -Matej On 3/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: why dont yhou email the author and see if they are willing to change the license -igor On 3/27/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > > I copied large pieces of code from the YUI datetime project a

Re: datepicker NaN

2007-03-27 Thread Igor Vaynberg
why dont yhou email the author and see if they are willing to change the license -igor On 3/27/07, Johan Compagner <[EMAIL PROTECTED]> wrote: I copied large pieces of code from the YUI datetime project and made my own project around the one from http://www.dhtmlgoodies.com/ How more i looked

Re: datepicker NaN

2007-03-27 Thread Johan Compagner
I copied large pieces of code from the YUI datetime project and made my own project around the one from http://www.dhtmlgoodies.com/ How more i looked at the YUI how more i disliked it . No time support, No fast year switching support, Strange selection support where you have to set 2 things (sel

Re: datepicker NaN

2007-03-27 Thread Eelco Hillenius
On 3/27/07, Johan Compagner <[EMAIL PROTECTED]> wrote: ok that is fixed. But i will give up currently on the YUI Calendar because it really doesn't play nice for me with Localization and my own dateformats. The calendar should work 2 way (if i change the input field itself and then popup the cale

Re: datepicker NaN

2007-03-27 Thread Johan Compagner
ok that is fixed. But i will give up currently on the YUI Calendar because it really doesn't play nice for me with Localization and my own dateformats. The calendar should work 2 way (if i change the input field itself and then popup the calendar that change should be noticed) that is what i prett

Re: datepicker NaN

2007-03-26 Thread Johan Compagner
ahh i will fix it. On 3/27/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: Hey guys, Not sure when it got introduced, but when the date picker works on an empty text field (ie the coupled date input field works has a null model value), it freaks out with a NaN. To test, simply set dateProperty

datepicker NaN

2007-03-26 Thread Eelco Hillenius
Hey guys, Not sure when it got introduced, but when the date picker works on an empty text field (ie the coupled date input field works has a null model value), it freaks out with a NaN. To test, simply set dateProperty of FormIputModel to null and fire up FormInput. I'd appreciate it if someone