Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-31 Thread Ashesh Vashi
On Tue, May 31, 2011 at 3:22 PM, Dave Page wrote: > Thanks Ashesh - applied to -HEAD. I i didn't bother with the > back-branches as the problem shows up so rarely. > Thanks. Yeah - that's true. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-31 Thread Dave Page
Thanks Ashesh - applied to -HEAD. I i didn't bother with the back-branches as the problem shows up so rarely. On Sat, May 28, 2011 at 7:25 AM, Dave Page wrote: > Oh, and I'll review/commit this later... > > On Saturday, May 28, 2011, Dave Page wrote: >> On Saturday, May 28, 2011, Ashesh Vashi

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-28 Thread Guillaume Lelarge
On 05/28/2011 06:57 AM, Ashesh Vashi wrote: > On ubuntu 10.04 and some of the linux flavors, the wxCalendarBox is not at > all usable. > Sometimes, it even does not render the calendar properly on clicking the pop > up button, and sometimes, it does not allow to click on the calendar. > > As per m

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-28 Thread Dave Page
Oh, and I'll review/commit this later... On Saturday, May 28, 2011, Dave Page wrote: > On Saturday, May 28, 2011, Ashesh Vashi wrote: >> On ubuntu 10.04 and some of the linux flavors, the wxCalendarBox is not at >> all usable.Sometimes, it even does not render the calendar properly on >> click

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-28 Thread Dave Page
On Saturday, May 28, 2011, Ashesh Vashi wrote: > On ubuntu 10.04 and some of the linux flavors, the wxCalendarBox is not at > all usable.Sometimes, it even does not render the calendar properly on > clicking the pop up button, and sometimes, it does not allow to click on the > calendar. > > > A

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-27 Thread Ashesh Vashi
On ubuntu 10.04 and some of the linux flavors, the wxCalendarBox is not at all usable. Sometimes, it even does not render the calendar properly on clicking the pop up button, and sometimes, it does not allow to click on the calendar. As per my conversation with Dave, he was able to reproduce the s

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-27 Thread Guillaume Lelarge
Le 05/27/2011 11:17 PM, Ashesh Vashi a écrit : > Hi Dave, > > For some reason, the wxCalendarBox control was not working on linux (i.e. > Ubuntu). > I found that - wxWidgets has already provided a class for that. > (wxDatePickerCtrl). > > http://docs.wxwidgets.org/stable/wx_wxdatepickerctrl.html

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-27 Thread Jasmin Dizdarevic
Very sexy on Windows 7. 2011/5/27 Ashesh Vashi > Hi Dave, > > For some reason, the wxCalendarBox control was not working on linux (i.e. > Ubuntu). > I found that - wxWidgets has already provided a class for that. > (wxDatePickerCtrl). > > http://docs.wxwidgets.org/stable/wx_wxdatepickerctrl.html

[pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-27 Thread Ashesh Vashi
Hi Dave, For some reason, the wxCalendarBox control was not working on linux (i.e. Ubuntu). I found that - wxWidgets has already provided a class for that. (wxDatePickerCtrl). http://docs.wxwidgets.org/stable/wx_wxdatepickerctrl.html As per our conversation, I have modified the code to use the w