Ticket #223

Поиск
Список
Период
Сортировка
От Steffen Kuhn
Тема Ticket #223
Дата
Msg-id 4C768ADB.4000108@kuhnsteffen.de
обсуждение исходный текст
Ответы Re: Ticket #223  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
Hi Guillaume,

first of all: you are quite hardworking today.

I thought about #223 because I really don't like app crashes.
WxWigets tells me that frames opened before app main loop are not destroyed.
(http://docs.wxwidgets.org/2.8/wx_wxappoverview.html#wxappshutdownoverview)

So I see there two possibilites:
_1 Say this is feature like wxWidgets does and care about not unchecked
accessing frmMain in frmQuery which is not null but invalid in frmQuery
_2 Close descendant frames on frmMain exit, by either delegate opening
to frmMain so this is done by default or take care about in frmMain::OnCLose
     or pgAdmin3::OnExit
What do you think about this.

Regards Steffen

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Automatic merge using stringmerge script.
Следующее
От: Steffen Kuhn
Дата:
Сообщение: messagebox