PythonCard question

thunderfoot at gmail.com thunderfoot at gmail.com
Thu Aug 17 09:39:05 EDT 2006


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




More information about the Python-list mailing list