Re: Function editor

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <tony(dot)caduto(at)amsoftwaredesign(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Function editor
Date: 2004-10-11 08:24:15
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4306A56@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 10 October 2004 21:16
> To: Dave Page
> Cc: tony(dot)caduto(at)amsoftwaredesign(dot)com; pgadmin-support(at)postgresql(dot)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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2004-10-11 08:24:52 Re: Function editor
Previous Message Tino Wildenhain 2004-10-11 05:34:06 Re: Function editor