From: Arsalan Z. <ars...@fl...> - 2004-11-11 20:27:10
|
First up, PythonCard is great! Can't wait for version 1.0 :-) Now to the problem. I want to call a function in class derived from model.Background before I call the model.Pythoncrd mainloop. Something like this... app = model.PythonCardApp(Mail.Mail, aFileName='Mail.rsrc.py') Mail.Mail.foo(self.emailaddr, self.passwd, self.clientVer) app.MainLoop() Is something like this possible? Is there anyway to pass parameters etc to the obj contructed by model.PythonCardApp from Mail.Mail? And before I sign off, a wishlist for 1.0 1. Wizards (http://www.freenet.org.nz/python/PythonCard/) 2. Toolbars Thanks in advance! --Arsalan |