DarkBlue wrote: > 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.
The noresource.py sample that ships with PythonCard shows how to add components at runtime. HTH -- http://mail.python.org/mailman/listinfo/python-list