I added a label, a combo box, and a text search to a panel object using wxphyton (following a book example). The three objects show piled up on the upper left, the combo box is populated and clickable, the text search can be accessed, but I cannot use them like that. Here is an example of the code:
Once you get over the learning hump with sizers they are a lot simpler than trying to do absolute positioning with anything more that a super simple layout. If you’re not able to work it out then please create a small runnable sample that demonstrates the problem and post it here so we can give you more detailed help.
Hi Robin;
Thanks for your help. I guess it was a typo somewhere or a corrupt file, I swear I could not figure it out, but I re-created the file and it works now! Take care.