Re: [Gambas-user] What happens on a form close event

2009-09-01 Thread BenoƮt Minisini
> I was just doing some work where I wanted to get access to the tag: > > > me.parent.parent > > and found that though, at the start of loading the form that it exists > (obviously) but that as soon as Form_close() is called that whearas the > object me still exists until the form actually is dest

[Gambas-user] What happens on a form close event

2009-08-31 Thread richard terry
I was just doing some work where I wanted to get access to the tag: me.parent.parent and found that though, at the start of loading the form that it exists (obviously) but that as soon as Form_close() is called that whearas the object me still exists until the form actually is destroyed, that