Re: [Gambas-user] Destroying Forms Question

2013-11-05 Thread Benoît Minisini
Le 05/11/2013 07:03, richard terry a écrit : > Hi List, > > Simple question. If I have a form I've created an instance of attatched > to say a tab strip on another form, but I want to destroy the form under > some circumstances, what's the best way to do this. > I've tried Form.close, doesn't work

[Gambas-user] Destroying Forms Question

2013-11-04 Thread richard terry
Hi List, Simple question. If I have a form I've created an instance of attatched to say a tab strip on another form, but I want to destroy the form under some circumstances, what's the best way to do this. I've tried Form.close, doesn't work and Form = null which also doesn't work. Any help app