[Gambas-user] Two modal forms at same time

M. Cs. mohareve at ...626...
Fri Mar 9 14:31:38 CET 2012


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 have no control over the buttons of W2: no clicks are
rised. It is connected with the modality of W1 I know, but how could I
have W2 buttons working?

Thanks!

Csaba




More information about the User mailing list