[IronPython] Problem Closing Application
Anthony
nutter78 at gmail.com
Sat Jun 12 17:22:29 CEST 2010
Hi All
Just to state - I'm a real newbie to programming & ironpython
I have an application that has 2 forms. The application gets started in the
progam.py module(btw i'm using #develop). This calls another module -
login.py. This is a login form which validates user names/passwords. Once
this is validated I *hide* the form and call the second module -
MainForm.py. The program runs fine - except that when I close the MainForm
form - the application is still running. I know it's because a login.py
object is hidden. What I'm asking is how construct the programming in such a
way that this does not happen - that when the second form is closed - the
application closes; or is there a better way to do this?
Regards
Anthony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100612/5cc27ecb/attachment.html>
More information about the Ironpython-users
mailing list