Re: basic wxpython help

2008-02-17 Thread Mike Driscoll
On Feb 16, 3:06 pm, Vamp4L <[EMAIL PROTECTED]> wrote: > Thanks Mike, > Simple enough! I was wandering about the close method too, I had to > hack that together from what I knew about python already. I'll be > sure to join that mailing list. If you get the chance, check out the "wxPython in Act

Re: basic wxpython help

2008-02-16 Thread Vamp4L
Thanks Mike, Simple enough! I was wandering about the close method too, I had to hack that together from what I knew about python already. I'll be sure to join that mailing list. -- http://mail.python.org/mailman/listinfo/python-list

Re: basic wxpython help

2008-02-16 Thread Mike Driscoll
On Feb 16, 10:04 am, Vamp4L <[EMAIL PROTECTED]> wrote: > Hello, > I'm brand new to wxpython, trying to implement some code to add rows > in the GUI dynamically. What I want to do is when you click on the > Add Row button, a new row gets added after the first row, before the > button. This code

basic wxpython help

2008-02-16 Thread Vamp4L
Hello, I'm brand new to wxpython, trying to implement some code to add rows in the GUI dynamically. What I want to do is when you click on the Add Row button, a new row gets added after the first row, before the button. This code adds a row in the right place, but it overlaps the button because