Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8980333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:03:49+00:00 2026-06-15T20:03:49+00:00

this is my code: http://pastebin.com/WwZri3e3 id like to know how i could implement a

  • 0

this is my code: http://pastebin.com/WwZri3e3

id like to know how i could implement a text box on the right side of each label
First name
surname
and username.

the wxpython documentation is very poor and ive tried everything i could in order to get a better learning experience with wxpython, and at the moment im just swinging through the air.

i find that studying others code helps alot more than reading the documentation.

can anyone provide some insight? thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T20:03:50+00:00Added an answer on June 15, 2026 at 8:03 pm

    i typically make a horizontal boxsizer

    def addWithLabel(parent,label,wxCtrl):
           sz_h1 = wx.BoxSizer(wx.HORIZONTAL)
           txt = wx.StaticText(parent,-1,label)
           sz_h1.Add(txt)
           sz_h1.Add(wxCtrl)
           return sz_h1
    
    my_vertical_sizer.Add(addWithLabel(my_parent,"Some Label:",wx.TextCtrl(my_parent,-1)))
    

    alternatively you could add your gridbagsizer to your boxsizer instead of the other way around …

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code: http://pastebin.com/Sd9WKZFr When i call something like rate(60, -6000, 120000) it
I have this code that I've edited: http://pastebin.com/vrqHek6S I've put in comments where I
Take a look on this code, what I wrote: http://pastebin.com/TZpUAWpA , and this jQuery,
i have this code for result page: http://pastebin.com/XK3hdNYY and this css http://pastebin.com/rs22p4px but i
I have simple front controller plugin which contains this code: http://pastebin.com/m155c59b0 When session expire
this is my code: http://pastebin.com/y0VHgRNs Okay Basically, What i need to do is make
I have this code http://pastebin.com/hCFk0FJg Server starts and listens normally, but then when I
So I got this bit of code http://pastebin.com/RMh4eHLq from the Android dev blog (modified)
This example is taken from the Linux System Programming book, page 88. Code: http://pastebin.com/mEfmHbPP
If I run this code: http://www.danny92.pastebin.com/m1f84b972 You will see that my Database connection connects

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.