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
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
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
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
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
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