Re: Query grid

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Query grid
Дата
Msg-id 443139C1.1050708@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Query grid  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgadmin-hackers
Dave Page wrote:

>
>
>>and we've already seen
>>
>>>that the grid can be significantly faster than the list.
>>
>>This is plain wrong. I never said the current listview
>>implementation is good; it isn't. But to rewrite it with
>>wxVIRTUAL or however the style is called is for sure easier
>>than doing it with wxGrid.
>
>
> Actually you've said on a number of occasions that the current
> implementation is limited by the OS's underlying controls; for example:

Yes, when using the non-virtual versions. They're managing their data
most ineffectively. That's why the TODO item is there for ages now.

If the current implementation isn't rewritten, I'll commit a virtual
rewrite of wxListView based ctlSqlResult (as soon as I find the time,
which will certainly not be this week). It will probably require more
work on frmQuery (remove the ctl filling loop, no need for the second
timing display) than on the ctl itself, making it incompatible to
ctlSqlResult implementations that are not managing their data virtually.

Regards,
Andreas

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Query grid
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Query grid