Re: PythonCard question

2006-08-17 Thread [EMAIL PROTECTED]
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

Re: Pythoncard question

2006-05-04 Thread bryan rasmussen
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

Re: Pythoncard question

2006-05-04 Thread bryan rasmussen
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