I have an application that I made with wxglade. I added mediacontrol to play mp3: s. Without mediacontrol, an application starts with a frame of 800x600px. But when I add mediacontrol, the frame is very small. I believe this is because I did not add it to the sizer. But do I need to do this? Media control should not show anything.
So my question is: how to add mediacontrol to my application without (a) violating the ability to update gui using wxglade and (b) , losing the ability to start from the right size?
If I can, I would not put anything between # Begin wxglade and # End wxglade . Because then it will be destroyed if I change my gui with wxglade (according to earlier tests).
Edit: The code snippet I provided does not add anything interesting. I also edited the question to be more clear so that other people with the same question could find this answer.
source share