Re: [pgadmin-support] Some little userfriendly

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin-support] Some little userfriendly
Date: 2006-08-15 21:10:10
Message-ID: C107F6C2.117AE%dpage@vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

On 15/8/06 12:03, "Guillaume Lelarge" <guillaume(at)lelarge(dot)info> wrote:

> So here it is. This patch (listitem.patch) is for the second request. It
> was really quick to do, juste a few lines to add.
>
> For the first ui issue, I just added this line at end of
> DlgEditGridOptions' constructor:
> filter->SetFocus();
>
> In fact, this line does nothing with modal dialog on Linux and I don't
> know if it works on windows... pretty bad heh :) What's strange is that
> it works on non-modal dialog. With a bit of googling, it seems there's a
> bug on wxWidget with focus on modal dialog some time ago. Don't know if
> this is still true. I'll continue to work on this but if you have any
> idea, I'm really interested in hearing it.

Hmm, certainly works on Mac. I don't have any other boxes here to test on.

Patch applied though, as technically it is correct regardless of any bugs in
wx on specific platforms.

Thanks, and congrats on your first code patch :-)

Regards, Dave

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-08-16 15:28:26 Grid in the query tool
Previous Message svn 2006-08-15 21:03:10 SVN Commit by dpage: r5294 - in trunk/pgadmin3: . src/dlg

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-08-15 21:24:02 Re: Exporting query results while pgadmin is
Previous Message Guillaume Lelarge 2006-08-15 11:03:21 Re: [pgadmin-support] Some little userfriendly