Re: Problems with SVN win32 build.

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "Jeremy Palmer" <palmerj(at)xtra(dot)co(dot)nz>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Problems with SVN win32 build.
Date: 2006-06-19 08:40:18
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FA40@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

(sorry about the delay)

> > 3) When the auto-completion TAB character option is set and you hit
> > TAB when there is more than one table option, the auto-complete
> > function will always select the first table in the list. It
> might be
> > better to use the same
> > ctrl+space logic with a select combo box is presented to the user.
>
>
> Any thoughts Magnus?

Not really. I don't recall exactly, but there was definitly not a
concious decision to make them different :-)

I wuold guess what we're seeing is the tab not being eaten by
ctlSQLBox::OnKeyDown(). I think this patch should fix it - please verify
that I didn't break other stuff in my ignorance of Wx :-)

//Magnus

Attachment Content-Type Size
sqlbox.patch application/octet-stream 552 bytes

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-06-19 12:12:02 Re: Problems with SVN win32 build.
Previous Message Keith Worthington 2006-06-16 20:45:24 Re: PgAdmin locked up