Is it possible to create pythoncard textField components dynamically during run time ?
Something on the lines of
pseudo code :
def make_textfield(length,topleftposx,topleftposy):
doit
self.make_textfield(120,20,20)
Thanks for any ideas.
--
http://mail.python.org/mailman/listinfo/python-list
