CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    5

    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?

  2. #2
    Join Date
    Feb 2004
    Location
    Texas, USA
    Posts
    1,206

    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.
    --MrDoomMaster
    --C++ Game Programmer


    Don't forget to rate me if I was helpful!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured