PythonCard question

D

DarkBlue

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.
 
T

thunderfoot

DarkBlue said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top