> -----Original Message----- > From: Edward Di Geronimo Jr. [mailto:[EMAIL PROTECTED] > Sent: 28 February 2006 19:00 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: RE: [pgadmin-hackers] Query results in grid, new patch > > > 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.
Thanks, patch applied. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match