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
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
Hello,
Specifically, I'm trying to convert the Internet Explorer history
file (index.dat) into a readable format. Anyone done something
similar or know of any functions that may help with such a task? I'm
not sure exactly what kind of file the index.dat is, it is some kind
of binary file. I ha