From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
---|---|
To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: Two unrelated issues |
Date: | 2010-01-20 07:05:34 |
Message-ID: | 8cf965d31001192305u4a0dd92dj7a892b8e6b185151@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
On Wed, Jan 20, 2010 at 12:31 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info>wrote:
> Le 20/01/2010 07:35, Ashesh Vashi a écrit :
> > Hi Guillaume,
> >
> >
> >> The second one is completely unrelated. I found this line in
> >> pgadmin/ctl/ctlCombobox.cpp:
> >>
> >> #ifdef __WXGTK__
> >> SetEditable(false);
> >> #endif
> >>
> > As long as I remember, we found that auto-completion does not work
> properly
> > (not as expected in better manner) in the combo-box under GTK.
> >
> > Hence, we decided to make the combo-box read-only at that time, until we
> get
> > some proper solution.
> >
>
> I understand that. I still think it is simpler to allow typing in the
> combobox I can type "text" quicker than selecting "text" item in the
> combobox (and way way more quicker if I need the serial pseudo-type).
> Moreover, we have the GuessedSelection functions to check what the user
> types in, don't we?
>
That's true.
We can do that..
--
Thanks & Regards,
Ashesh Vashi
EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>
>
>
> --
> Guillaume.
> http://www.postgresqlfr.org
> http://dalibo.com
>
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2010-01-20 09:30:08 | Re: Two unrelated issues |
Previous Message | Guillaume Lelarge | 2010-01-20 07:01:55 | Re: Two unrelated issues |