Re: [Gambas-user] Forms (dialogs) from within a module/class

2014-05-12 Thread B Bruen
On Mon, 12 May 2014 10:50:55 +0200 Rolf-Werner Eilert wrote: > But when I want to re-use the module in another program, I will have to > copy the form as well. So I thought, it might be nice to have some means > of incorporating this form into the module so it is not a dialog for > everyone in

Re: [Gambas-user] Forms (dialogs) from within a module/class

2014-05-12 Thread Rolf-Werner Eilert
Am 12.05.2014 10:21, schrieb B Bruen: > On Mon, 12 May 2014 09:15:45 +0200 > Rolf-Werner Eilert wrote: > >> Just a question which has been there for a long time, but difficult for >> me to describe: >> >> When I have a module or class that needs some dialogs when running, do I >> have to load th

Re: [Gambas-user] Forms (dialogs) from within a module/class

2014-05-12 Thread B Bruen
On Mon, 12 May 2014 09:15:45 +0200 Rolf-Werner Eilert wrote: > Just a question which has been there for a long time, but difficult for > me to describe: > > When I have a module or class that needs some dialogs when running, do I > have to load these forms independently from the main program o

[Gambas-user] Forms (dialogs) from within a module/class

2014-05-12 Thread Rolf-Werner Eilert
Just a question which has been there for a long time, but difficult for me to describe: When I have a module or class that needs some dialogs when running, do I have to load these forms independently from the main program or is there a way to "pack" them into the module or have them as childs o