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!
i typically make a horizontal boxsizer
alternatively you could add your gridbagsizer to your boxsizer instead of the other way around …