[python-win32] (no subject)

Jeff Peery jeffpeery at seametrics.com
Wed Jan 26 17:30:40 CET 2005


Hello, I am using wxpython and I am having trouble passing variables
from one frame to another. If I have a parent frame - frame1 - and I
call a dialog using the following text:
 
        dlg = wxDialog2.wxDialog2(self)
        try: 
            dlg.ShowModal()
        finally:
            dlg.Destroy()
 
where in this bit of code would I pass a variable to the new dialog? I
tried several things but I can't seem to get it to work. Thanks!
 
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20050126/3d95370b/attachment.htm


More information about the Python-win32 mailing list