Re: [Gambas-user] How to pause the execution

2009-03-09 Thread Dimitris Anogiatis
Off the top of my head (although I could be totally wrong) I would say you could show the temporary form as a modal form. It's the same as showing a dialog box and waiting for the ok or cancel buttons to be pressed. Dimitris On Mon, Mar 9, 2009 at 3:12 PM, M. Cs. wrote: > O.K. There's another p

[Gambas-user] How to pause the execution

2009-03-09 Thread M. Cs.
O.K. There's another problem: I have a FMain form, with all the program codes. I would like to insert a temporary form into _new() subrutine, which is not a child form of FMain. I can create the form, with a combo box and a button, and I want to pause the execution of the program in FMain until