Hello again!
I recently installed Code::Blocks and went through all the wxSmith tutorials on the wiki.
Encountered a problem when writing my first program.
I have a BoxSizer in my frame. In the left column ther is a radiobox with the options A & B. In the right column there is a Custom, wich is linked to an external panel (as in tutorial 5 on the wiki).
What i want to do is to have multiple external panels and switch between them using the radiobox options or other items.
The conditioning is not the problem. But how do i assign the Custom to multiple panels?
Is there a better way to achieve this function?
Appreciate any help.
//John