> -----Original Message----- > From: Tony Caduto [mailto:tony_caduto@xxxxxxxxxxxxxxxxxxxx] > Sent: 13 May 2006 14:58 > To: Dave Page > Subject: Re: [GENERAL] GUI Interface > > All that page mentions is the weird quirks on win32, I am > sure you know what those are, i.e. windows suddenly lose > there size and position info and appear in the upper left > corner of the screen in a semi minimized state, there are others. > Fix the problems and I will remove the thing about the > quirks. Hi Tony, I have eventually found a bug which did what you described - when closing a minimised window, an incorrect size/position value was returned by wxWidgets and saved. This was certainly not a cross-platform quirk as you described it (I've seen the exact same bug in VB apps before now). This has now been fixed in SVN. Please state what other 'quirks' you are referring to, and if they are bugs I will fix them. If not, please update your site per your statement above. Regards, Dave