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 noresour
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/lis
oops, sorry about that. I copied the message over in gmail but forgot
to change the subject.
Sorry,
Bryan Rasmussen
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I'm doing a sort of symbolic linking app in Windows for my own
enjoyment, and figured I would do it in python for the same reason +
learning the language.
The following functions could obviously do with some refactoring. One
obvious thing would be to make wordsetter and wordsforfolder more
gen
I am trying to port a Delphi database application
to python on linux with a firebird database backend
and I am using pythoncard to recreate the gui.
I will have about 25 delphi forms to
be recreated and I would like to know
what is the best way to call them up
from within each other .
There is a m