Re: [Gambas-user] Two modal forms at same time

2012-03-09 Thread M. Cs.
Sorry, it was my fault with aliases! Csaba 2012/3/9, Jussi Lahtinen : > Can you send project to demonstrate this? > > Jussi > > > > On Fri, Mar 9, 2012 at 15:31, M. Cs. wrote: > >> I have a class with two forms W1 and W2. Forms and corresponding >> buttons are created in Main procedure of the cl

Re: [Gambas-user] Two modal forms at same time

2012-03-09 Thread Jussi Lahtinen
Can you send project to demonstrate this? Jussi On Fri, Mar 9, 2012 at 15:31, M. Cs. wrote: > I have a class with two forms W1 and W2. Forms and corresponding > buttons are created in Main procedure of the class. The problem is > when I first do > W1.ShowModal, it does shows modal, and I have

[Gambas-user] Two modal forms at same time

2012-03-09 Thread M. Cs.
I have a class with two forms W1 and W2. Forms and corresponding buttons are created in Main procedure of the class. The problem is when I first do W1.ShowModal, it does shows modal, and I have control over the buttons of W1, but if I call W2.ShowModal with a button of W1, it shows up modal, but I