I utterly suck when it comes to GUIs. I am trying to do something like:
- have a dialog of a specified size
- on top of that dialog, depending on the user's action add different panels, one at a time
- each panels' controls are lay out trough the help of sizers
I am trying to figure out how can I make all those panels controls fit properly in the dialog's size so they look nice - right now I managed to Fit() each panel's sizer to the dialog, but it seems it doesn't work too well for some of the sizers.
Sorry if it's too vague, but I already have a rather big code base from which it would be hard to extract a proper example.