Newbie: saving dialog variables

jeff elkins jeffelkins at earthlink.net
Sat May 7 12:57:06 EDT 2005


On Saturday 07 May 2005 04:39 pm, Jeremy Bowers wrote:
> OK, I can't quite directly run this, but assuming you're trying to get the
> user to enter some text into the text control, you should be able to add
>           print dlg.venttypeText.GetValue()
> to print what the user entered; this comes after the try: finally: (i.e.,
> on the same indentation as "dlg = vents.vents(self)").

Thanks!  That did the trick.

Jeff



More information about the Python-list mailing list