Re: Query results in grid, new patch

From: "Edward Di Geronimo Jr(dot)" <edigeronimo(at)xtracards(dot)com>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Query results in grid, new patch
Date: 2006-02-28 19:00:12
Message-ID: 4882.67.83.175.202.1141153212.squirrel@67.83.175.202
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> OK, can this be solved with wx ctlGrid class derived from wxGrid that
> does a SetFocus on itself when a column or row is selected?

I registered a handle for the selection event, and put in a call to
SetFocus. Seems to work now.

> Thanks, looking good. We should probably tweak the edit grid to match
> the left justified style when this gets accepted.

Added that change in.

Ed

Attachment Content-Type Size
queryresults-v4.patch application/octet-stream 14.2 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-02-28 20:37:52 SVN Commit by dpage: r5036 - trunk/pgadmin3
Previous Message Dave Page 2006-02-28 11:33:18 Re: Query results in grid, new patch