Re: Function editor

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Function editor
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4306A56@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Function editor  ("Tony Caduto" <tony.caduto@amsoftwaredesign.com>)
Ответы Re: Function editor  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-support

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 10 October 2004 21:16
> To: Dave Page
> Cc: tony.caduto@amsoftwaredesign.com; pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] Function editor
>
> Dave Page wrote:
>
> >
> > In previous apps like pgAdmin II I overcame this problem by only
> > saving the size/position if the form is normalised. If minimised or
> > maximised then I simply didn't bother writing the new sizes. Any
> > reason this will not work in the pga3 code?
>
> - There's no facility for that in wx

wxTopLevelWindow::IsIconized
wxTopLevelWindow::IsMaximized

Both wxFrame and wxDialog are derived from wxTopLevelWindow. Any reason
these cannot be used?

Regards, Dave



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

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: Function editor
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Function editor