Re: CVS Commit by dpage: Don't save dialogue sizes

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: CVS Commit by dpage: Don't save dialogue sizes
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4306A9F@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: CVS Commit by dpage: Don't save dialogue sizes
Список pgadmin-hackers
First, can we restrict this to one thread, not one public and one
private.

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Andreas Pflug
> Sent: 11 October 2004 13:07
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] CVS Commit by dpage: Don't
> save dialogue sizes
>
> cvs@cvs.pgadmin.org wrote:
> > Log Message:
> > -----------
> > Don't save dialogue sizes or positions if maximised or iconised.
>
> This patch not only doesn't fix anything for win32 dialogs.

It stops dialogues being restored to random positions if they were
maximised or minimised last time they were closed. That is the problem
that was reported. It does this by not updating the stored position/size
values if the dialogue is minimised or maximised. I have tested that the
position/size is correctly saved and restored for the normal case, and
that it is not overwritten when it shouldn't be.

What does it not do on your system?

> Additionally, it corrupts win32 frame handling, and gtk
> dialog and frame handling which worked ok until now.

In what way does it "corrupt" it? What steps do I need to take to
reproduce a problem?

Regards, Dave




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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: CVS Commit by dpage: Don't save dialogue sizes
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: CVS Commit by dpage: Don't save dialogue sizes