Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-21 Thread Rodrigo Ferreira de Souza
have you tried jquery ui calendar picker? On Thu, Oct 20, 2011 at 4:01 PM, Damien Accorsi damien.acco...@free.frwrote: ** I'm looking at this, but I'm afraid this is a jscalendar bug (which is used in a old version). I'l let you know if I find a way to fix this. Damien On 10/18/2011

Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-20 Thread Damien Accorsi
I'm looking at this, but I'm afraid this is a jscalendar bug (which is used in a old version). I'l let you know if I find a way to fix this. Damien On 10/18/2011 11:46 PM, Paul Johnston wrote: Hi, Sorry, that widget doesn't work

[TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-18 Thread Damien Accorsi
Hello all, I face problems with date format in my CalendarDatePicker use. I include a CalendarDatePicker widget with the following date format setup : class MyCalendarDatePicker(twf.CalendarDatePicker): date_format = '%Y-%m-%d' It works well,

Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-18 Thread Ralph Bean
Hello Damien, Are you using tw1 (as in `tw.api`) or tw2 (as in `tw2.core`)? Can you clarify? Also, if you could send emails in plaintext that would be much appreciated. Cheers- -Ralph Excerpts from Damien Accorsi's message of Tue Oct 18 13:49:01 -0400 2011: -- You received this message

Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-18 Thread Damien Accorsi
An extra information is that I'm using the dedicated class CustomisedForm in order to use GrowingTableFieldSet (this is something I saw in the python doc of GrowingTableFieldSet On 10/18/2011 07:49 PM, Damien Accorsi wrote: Hello all, I

Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-18 Thread Damien Accorsi
Hello Ralph, I'm using tw1 (below are the related modules I use): ToscaWidgets-0.9.11-py2.6.egg tw.forms-0.9.9-py2.6.egg tw.dynforms-0.9.8-py2.6.egg Damien On 10/18/2011 07:57 PM, Ralph Bean wrote: Hello Damien, Are

Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-18 Thread Damien Accorsi
Hello Ralph, I'm using tw1 (below are the related modules I use): ToscaWidgets-0.9.11-py2.6.egg tw.forms-0.9.9-py2.6.egg tw.dynforms-0.9.8-py2.6.egg Damien On 10/18/2011 07:57 PM, Ralph Bean wrote: Hello Damien, Are you using tw1 (as in `tw.api`) or tw2 (as in `tw2.core`)? Can you

Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-18 Thread Ralph Bean
I'm afraid I only work with tw2 and so can't answer any questions or figure out a fix. There are others on this list that work with tw1 though -- they should chime in soon. -Ralph Excerpts from Damien Accorsi's message of Tue Oct 18 14:01:30 -0400 2011: Hello Ralph, I'm using tw1 (below are

Re: [TW] Date format problem with TW DynForms and CalendarDatePicker

2011-10-18 Thread Paul Johnston
Hi, Sorry, that widget doesn't work in a growingfieldset. I had hoped to fix this in tw2.dynforms, but not figured it out yet. Patches welcome! :-) Paul Sent from my iPhone On 18 Oct 2011, at 18:49, Damien Accorsi damien.acco...@free.fr wrote: Hello all, I face problems with date format in