Re: Query grid - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Query grid
Date
Msg-id 44314A5A.8010408@pse-consulting.de
Whole thread Raw
In response to Re: Query grid  ("Edward Di Geronimo Jr." <edigeronimo@xtracards.com>)
List pgadmin-hackers
Edward Di Geronimo Jr. wrote:
> Andreas Pflug wrote:
>
>> A correct implementation has *no* retrieval time, just some
>> microseconds of setting up the virtual control.
>
>
> Do you have any advice on how exactly to implement that behavior?
>
> It looked like the View Data grid did it by only retrieving the actual
> results as they were needed. When I started on this, you were rather
> firm that the way the results were retrieved should not be altered in
> any way.
>
> If you want, I'll look into merging the virtual table from the View Data
> grid with the results grid.

As I said in an earlier mail, I'd expect more work on frmQuery than on
ctlSqlResult(wxListView) to make it virtual. Implementing it will be
probable faster for me than explaining what to do. I'm short on time, so
if you insist on using wxGrid you're on your own.

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Query grid
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5071 - trunk/pgadmin3/pkg/mac