Re: Query grid

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Query grid
Дата
Msg-id 44314A5A.8010408@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Query grid  ("Edward Di Geronimo Jr." <edigeronimo@xtracards.com>)
Список 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 по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Query grid
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5071 - trunk/pgadmin3/pkg/mac