window wxFrame too large on MacOSX and Linux

Hello,

I have an App which is using :

self.SetMinSize((900,900))
(that’s the only sizer I use which set a minimum size in my app).

for the layout properties of my wxFrame.

On windows no problem. The wxFrame has a size which is about 40% teh size of the desktop ( albeit it is placed strangely on the bottom of the desktop and not in the middle of it…).

But on MacOSX (and on some linux system apparently ) the window of the wxframe is larger than the desktop so it is impossible to move it or resize it. Is there something specific for the layout propertie to do for MacOSX or some linux?
I went down to (100,100) on MacOSX. This did reduce a little bit the window size but not enough to grab the window sizer on Mac…
Any idea ?
(the App downloadable at : http://sourceforge.net/project/showfiles.php?group_id=181979) for a test.)

Thanx

Robert

···

Découvrez une nouvelle façon d’obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.