Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-07 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 06 March 2006 22:56 > To: Dave Page > Cc: Florian G. Pflug; Edward Di Geronimo Jr.; > pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Query results in grid, new p

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Florian G. Pflug
Andreas Pflug wrote: Dave Page wrote: On 6/3/06 19:04, "Andreas Pflug" <[EMAIL PROTECTED]> wrote: Dave Page wrote: NOT a todo. I found the result something between annoying and useless when I implemented column sizing preserving, esp. in case of many columns. I still didn't have the time to h

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Andreas Pflug
Dave Page wrote: On 6/3/06 19:04, "Andreas Pflug" <[EMAIL PROTECTED]> wrote: Dave Page wrote: NOT a todo. I found the result something between annoying and useless when I implemented column sizing preserving, esp. in case of many columns. I still didn't have the time to have

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Dave Page
On 6/3/06 19:04, "Andreas Pflug" <[EMAIL PROTECTED]> wrote: > Dave Page wrote: >> > > NOT a todo. I found the result something between annoying and useless > when I implemented column sizing preserving, esp. in case of many columns. > I still didn't have the time to have a look at the patch,

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Florian G. Pflug [mailto:[EMAIL PROTECTED] Sent: 06 March 2006 03:37 To: Florian G. Pflug Cc: Dave Page; Edward Di Geronimo Jr.; pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] Query results in grid, new patch I've fi

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Dave Page
> -Original Message- > From: Florian G. Pflug [mailto:[EMAIL PROTECTED] > Sent: 06 March 2006 03:37 > To: Florian G. Pflug > Cc: Dave Page; Edward Di Geronimo Jr.; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Query results in grid, new patch > &

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Florian G. Pflug
sql.org >>> Subject: Re: [pgadmin-hackers] Query results in grid, new patch >>> >>> Florian G. Pflug wrote: >>> >>> .) Could the initial size of the columns be choosen so, >>> that the captions are not cut off? Or, even better, >>> pgadmin co

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 06 March 2006 13:12 > To: Dave Page > Cc: Florian G. Pflug; Edward Di Geronimo Jr.; > pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Query results in grid, new patch

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 06 March 2006 09:42 To: Florian G. Pflug Cc: Dave Page; Edward Di Geronimo Jr.; pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] Query results in grid, new patch Florian G. Pflug

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Dave Page
> -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 s

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 06 March 2006 09:42 > To: Florian G. Pflug > Cc: Dave Page; Edward Di Geronimo Jr.; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Query results in grid, new patch > >

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-06 Thread Andreas Pflug
Florian G. Pflug wrote: .) Could the initial size of the columns be choosen so, that the captions are not cut off? Or, even better, pgadmin could remember the with of the columns between selects, at least if the captions stay the same... The old control's behaviour was like that. Regards,

Re: [pgadmin-hackers] Query results in grid, new patch

2006-03-05 Thread Florian G. Pflug
Florian G. Pflug wrote: Dave Page wrote: I have been unable to make it misbehave on XP. I haven't tried OSX or Linux as I don't have either to hand atm. Can you give me a precise example to test? I have had complete success copying individual cells, groups of rows, groups of columns and arbitrar

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-28 Thread Dave Page
On 28/2/06 21:46, "Andreas Pflug" <[EMAIL PROTECTED]> wrote: > Dave Page wrote: >> > >> >> Note to Andreas: unless you have any concrete technical reasons why this >> patch should not be applied, I'm fully intending to accept it once the >> current wrinkles are ironed out. Please shout now

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-28 Thread Andreas Pflug
Dave Page wrote: Note to Andreas: unless you have any concrete technical reasons why this patch should not be applied, I'm fully intending to accept it once the current wrinkles are ironed out. Please shout now rather than later!! I won't find time to review it before the weekend. Regards

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-28 Thread Dave Page
On 28/2/06 19:00, "Edward Di Geronimo Jr." <[EMAIL PROTECTED]> wrote: >> 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. Seem

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-28 Thread Edward Di Geronimo Jr.
> 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

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-28 Thread Dave Page
> -Original Message- > From: Edward Di Geronimo Jr. [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 18:39 > To: Dave Page > Cc: Edward Di Geronimo Jr.; pgadmin-hackers@postgresql.org > Subject: RE: [pgadmin-hackers] Query results in grid, new patch > > Hmmm,

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Edward Di Geronimo Jr.
> I got a couple of warnings building this that should be cleaned up: Fixed. Didn't realize I missed a few. > I have been unable to make it misbehave on XP. I haven't tried OSX or > Linux as I don't have either to hand atm. Can you give me a precise > example to test? I have had complete success

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Dave Page
> -Original Message- > From: Florian G. Pflug [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 12:13 > To: Dave Page > Cc: Edward Di Geronimo Jr.; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Query results in grid, new patch > > Dave Pag

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Florian G. Pflug
Dave Page wrote: I have been unable to make it misbehave on XP. I haven't tried OSX or Linux as I don't have either to hand atm. Can you give me a precise example to test? I have had complete success copying individual cells, groups of rows, groups of columns and arbitrary blocks of cells. I'm

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Edward Di Geronimo Jr. > Sent: 27 February 2006 08:00 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Query results in grid, new patch Hi Ed, > Attach

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Andreas Pflug
Edward Di Geronimo Jr. wrote: As with the previous patch, there are still focus issues that make the clipboard support flakey. The issue seems to be the grid control doesn't seem to hold onto the focus the way the old list object did, making it difficult to decide which object should handle a C

[pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Edward Di Geronimo Jr.
Attached is a newer version of my query results in a grid patch. This version adds a custom table class to store the data. My quick testing on WinXP shows this patch to display query results in about one half the time my previous patch did. That patch, at least on my system, in turn displayed resul