Layout differences between Linux and Windows

Hi,

I wrote a simple app with a simple GUI, wich is displayed as no sizers are taken into account when I switch to my Windows session. No problem on Debian.

Can someone point me the direction to some documentation on the matter of layout consistency between OS ?

Thanks for your help,

Daniel

It seems like the sizers are not being set correctly, if you could please attach the code to the thread it will be easier for us to help.

Thanks,

-Mike S

···

On Monday, January 27, 2014 11:46:00 AM UTC-5, Daniel Diersant wrote:

Hi,

I wrote a simple app with a simple GUI, wich is displayed as no sizers are taken into account when I switch to my Windows session. No problem on Debian.

Can someone point me the direction to some documentation on the matter of layout consistency between OS ?

Thanks for your help,

Daniel

Hi,

···

On Monday, January 27, 2014 10:46:00 AM UTC-6, Daniel Diersant wrote:

Hi,

I wrote a simple app with a simple GUI, wich is displayed as no sizers are taken into account when I switch to my Windows session. No problem on Debian.

Can someone point me the direction to some documentation on the matter of layout consistency between OS ?

Thanks for your help,

Daniel

Looks like it might not be refreshing properly. Do the widgets pop into place if you resize the frame? If so, then you’ll need to add a call to the parent’s Layout(). A small runnable example would be nice…

Mike