Ticket #223

From: Steffen Kuhn <pg(at)kuhnsteffen(dot)de>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Ticket #223
Date: 2010-08-26 15:40:11
Message-ID: 4C768ADB.4000108@kuhnsteffen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Steffen Kuhn 2010-08-26 15:47:13 messagebox
Previous Message Guillaume Lelarge 2010-08-26 15:08:03 pgAdmin III commit: Update the .pot file