Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox
Date
Msg-id BANLkTin0DzQx8VA2AFvdZ2nJVHHTegzAzw@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox
Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox
List pgadmin-hackers
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 same.

Dave,
Can you please confirm this?

On Sat, May 28, 2011 at 6:01 AM, Guillaume Lelarge <guillaume@lelarge.info> wrote:
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
>
> As per our conversation, I have modified the code to use the
> wxDatePickerCtrl instead of wxCalendarBox.
> Please find the patch for the master branch.
>
> I have made minimal changes to work this control as per our expectation.
>
> I think - this is a bug, so we should apply this to REL-1_12 and REL-1_10
> branches too...
> If you want, I can generate the patches for them.
>
> Please review this patch and give your comments.
>

I'm mostly working on Linux (Ubuntu) and I don't really see the
differences. I mean, yeah, they're not the same, but it didn't feel bad
on Linux before. What are you trying to fix?

BTW, we don't release bugfixes for 1.10.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox
Next
From: Dave Page
Date:
Subject: Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox