> -----Original Message----- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 October 2004 21:16 > To: Dave Page > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > 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 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match