Re: [IronPython] Problem Closing Application

2010-06-14 Thread Lukas Cenovsky
Anthony wrote: Hi Michael Sorry for the late reply - only got back to my email this morning :-) I tried to close the form - but when doing that - the whole application closed - I think this was mainly due to the fact that that form was seen as the "main form"?? Sorry about this real noob quest

Re: [IronPython] Problem Closing Application

2010-06-14 Thread Anthony
Hi No if I run that code - and I am presented with the MainForm form, when I hit the close button on the top of the form - the application is still running in the background. If I try to close the Log_In form programatically, instead of just hiding it, the whole application closes - without lettin

Re: [IronPython] Problem Closing Application

2010-06-14 Thread Michael Foord
On 14/06/2010 08:53, Anthony wrote: Hi Michael Sorry for the late reply - only got back to my email this morning :-) I tried to close the form - but when doing that - the whole application closed - I think this was mainly due to the fact that that form was seen as the "main form"?? I though

Re: [IronPython] Problem Closing Application

2010-06-14 Thread Anthony
Hi Michael Sorry for the late reply - only got back to my email this morning :-) I tried to close the form - but when doing that - the whole application closed - I think this was mainly due to the fact that that form was seen as the "main form"?? Sorry about this real noob question - but I'm just

Re: [IronPython] Problem Closing Application

2010-06-12 Thread Michael Foord
On 12/06/2010 16:22, Anthony wrote: 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 valida

[IronPython] Problem Closing Application

2010-06-12 Thread Anthony
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 v