Re: Suggestion: keyboard response in data type dropdown

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Colin Beckingham <colbec(at)start(dot)ca>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Suggestion: keyboard response in data type dropdown
Date: 2012-05-29 21:49:17
Message-ID: 1338328157.5012.7.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, 2012-05-16 at 15:14 -0400, Colin Beckingham wrote:
> Consider the situation where you need to adjust a table by adding a new
> column/field. Easy enough, open table properties, choose columns tab,
> press add and enter a column name in the name box.
>
> Next comes the data type. Escape is responsive, plus up and down arrows,
> and pg up and pg down, but regular keys are not, so if you need a data
> type at the end of the list like 'serial' the only way to get to this is
> to use pgdown and then the up arrow or roll the mouse over the bottom of
> the menu until you eventually arrive at serial. If 's-e-r..' from the
> keyboard was responsive it would be helpful.

Well, on Linux, we have issues with autocompletion in comboboxes when
using wxWidgets 2.8. Now that we have some sort of wxWidgets 2.9
support, let's see if it works better. [... after some compilation
time ...] OK then. It doesn't.

Maybe it's not wxWidgets fault after all. Still another thing to investigate.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-05-29 21:52:31 Re: Update on 2 issues
Previous Message Guillaume Lelarge 2012-05-29 19:32:01 Re: Editing field in record in large tables loses place in viewport