[Lazarus] Multiple copies of same form

2013-09-13 Thread Timothy Groves
I would like to write an app that has the following properties: 1) A main form exists, one of which is spawned at program start; 2) Additional copies of the main form may be spawned; 3) The program exits only when no copies of the main form are in existence. I've tried a few things when spawn

Re: [Lazarus] Multiple copies of same form

2013-09-13 Thread Hans-Peter Diettrich
Timothy Groves schrieb: I would like to write an app that has the following properties: 1) A main form exists, one of which is spawned at program start; 2) Additional copies of the main form may be spawned; 3) The program exits only when no copies of the main form are in existence. I've tr

Re: [Lazarus] Multiple copies of same form

2013-09-13 Thread Mattias Gaertner
On Sat, 14 Sep 2013 03:08:46 +0200 Hans-Peter Diettrich wrote: > Timothy Groves schrieb: > > I would like to write an app that has the following properties: > > > > 1) A main form exists, one of which is spawned at program start; > > 2) Additional copies of the main form may be spawned; > > 3)