Re: [Gambas-user] Me.Persistent

2011-10-30 Thread Benoît Minisini
Le 30/10/2011 22:25, tobias a écrit : > hi list, > > i thought that the following code: > > Public Sub Form_Open() > Me.Persistent = True > End > > ensures that the form (startup class) is only hidden but the program > stays alive (i have a tray icon) > but if i close the form, the programs end

[Gambas-user] Me.Persistent

2011-10-30 Thread tobias
hi list, i thought that the following code: Public Sub Form_Open() Me.Persistent = True End ensures that the form (startup class) is only hidden but the program stays alive (i have a tray icon) but if i close the form, the programs ends. i had the same thing in gambas2 and if i remember cor