Re: Paste text across multiple text boxes

2006-07-25 Thread dpryan
Thanks! This will get me started. Simon Hibbs wrote: > This link seems to have some relevent code. > > http://lists.wxwidgets.org/archive/wxPython-users/msg07340.html > > Simon Hibbs -- http://mail.python.org/mailman/listinfo/python-list

Re: Paste text across multiple text boxes

2006-07-25 Thread Simon Hibbs
This link seems to have some relevent code. http://lists.wxwidgets.org/archive/wxPython-users/msg07340.html Simon Hibbs -- http://mail.python.org/mailman/listinfo/python-list

Paste text across multiple text boxes

2006-07-25 Thread dpryan
I've written a python program that analyzes some data. However, I would like to make it easier to input data from the user. Currently, I have nine text boxes arranged vertically, and the user types a number into each of the boxes. This can be a little tedious, so I've envisioned a way speed up the