Re: Query results in grid, new patch - Mailing list pgadmin-hackers

From Edward Di Geronimo Jr.
Subject Re: Query results in grid, new patch
Date
Msg-id 4882.67.83.175.202.1141153212.squirrel@67.83.175.202
Whole thread Raw
In response to Re: Query results in grid, new patch  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: Query results in grid, new patch  (Dave Page <dpage@vale-housing.co.uk>)
List 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

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Query results in grid, new patch
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5036 - trunk/pgadmin3