Perhaps someone can help me understand how to use sizers better. I have
created below a rough ASCII_art version of my gui. The first box is an
output box that writes each step as it happens. The next is a RadioBox for
selecting the input source. Then there are three buttons. Finally there is
another RadioBox for selecting the mode. The use of the gui
notwithstanding, how should I set up sizers for these objects for a decent
layout. I welcome layout comments, but please send them to me rather than
the list so as not to waste everyone's time. I had intended to center the
input source RadioBox, but it likes to be on the left, so I have left it
there.
--vicki
------------------------------------------------------------------------|
>
>
------------------------------------------------------------------------|
Select input source:
O Select Command Below O Read Input from File
__ __________________________
Please select command: |__| |__________________________|
···
______________________
> >
>_Button 1____________|
______________________
> >
>_Button 2____________|
______________________
> >
>_Button 3____________|
O Mode1 O Mode2