Re: Query grid

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Query grid
Date: 2006-04-03 16:05:42
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4011C99EA@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 03 April 2006 16:40
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] Query grid
>
> A correct implementation has *no* retrieval time, just some
> microseconds of setting up the virtual control.

Unless I'm misunderstanding, what you would like to see is a class
derived from wxGridTableBase which is attached to the grid using
SetTable()? If so, that is exactly what Ed implemented originally, and
it *was* slower than what is there now. If not, then please explain
further.

Regardless of that, I have now committed a fix to the issue you were
complaining about, and the SVN code should be ~8 times quicker than the
old wxListView version.

Regards, Dave

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Edward Di Geronimo Jr. 2006-04-03 16:06:42 Re: Query grid
Previous Message svn 2006-04-03 15:55:57 SVN Commit by dpage: r5070 - trunk/pgadmin3/src/ctl