Re: Listctrl sizing (Was: Server Status window work)

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Listctrl sizing (Was: Server Status window work)
Дата
Msg-id 4963B7C8.3040306@lelarge.info
обсуждение исходный текст
Ответ на Re: Listctrl sizing (Was: Server Status window work)  ("Dave Page" <dpage@pgadmin.org>)
Ответы Re: Listctrl sizing (Was: Server Status window work)  ("Dave Page" <dpage@pgadmin.org>)
Список pgadmin-hackers
Dave Page a écrit :
> On Mon, Jan 5, 2009 at 2:12 PM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>> Dave Page a écrit :
>>> Can you post what you have please?
>>>
>> Sure, no problem. The last patch I was working on is the one attached,
>> though it seems to work better on Mac than on the linux box... grmbl...
>
> The size of that patch to fix a listctrl that won't shrink scares me
> :-(. Having played around, it seems it's caused by our use of the
> generic listctrl on Mac (see
> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/pgadmin/pgAdmin3.cpp?rev=6723&r1=6718&r2=6723).
> If we use the native control, sizing works fine (though the bottom
> buttons on the dlgType panes get slightly obscured as they do now).
>

Buttons are hidden on the bottom? check the <style> tag, I think there's
no border for the bottom. Replace wxTOP|wxLEFT|wxRIGHT with wxALL and it
should be better.

> I've asked an expert about this - hopefully we may get some answers.
> If not, I wonder if we can use the generic control selectively
> somehow, so we can avoid the problem cases the commit above fixes, and
> get the sizing right elsewhere.
>

Could be interesting.

Thanks for looking at this.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Listctrl sizing (Was: Server Status window work)
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7539 - trunk/pgadmin3/pgadmin/ui