Problem with wxPython sizers
I realize there aren't many readers on this Python forum yet but we might as well get some posts going! I'll post my question anyway.
I have a vertical wx.BoxSizer with 3 pull down wx.Choice widgets in it, which of course move around nicely in the right proportions when I change the size of the frame. Can anyone tell me how I can label those widgets with wx.StaticText, so that the labels appear just above the widgets and stay just above the widgets as they move around in the sizer?
Re: Problem with wxPython sizers
Hi,
Unfortunately I haven't used wxPython long enough to be able to answer your question directly. Normally when I am using wxPython I do it through a tool that generates the GUI script for me. I would like to recommend an excellent GUI frontend for wxWidgets & wxPython called wxGlade. Perhaps by using this, your problem will no longer exist :)
Sorry I couldn't be more helpful.