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
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to