Matti
2010-09-09 19:22:03 UTC
Gambas 3
Trying to show a modal window that has to be closed before other windows can do
anything.
"Fxy.ShowModal" is not useable, because the form should be placed somewhere and
not be centered relative to the desktop (why is a modal window centered and
can't be moved?)
So I tried to disable the underlying form FMain. I understand Enable = False as:
the form is inactive and doesn't accept any inputs. But I got funny results.
Most of the controls are inactive, some not.
See example.
Regards
Matti
Trying to show a modal window that has to be closed before other windows can do
anything.
"Fxy.ShowModal" is not useable, because the form should be placed somewhere and
not be centered relative to the desktop (why is a modal window centered and
can't be moved?)
So I tried to disable the underlying form FMain. I understand Enable = False as:
the form is inactive and doesn't accept any inputs. But I got funny results.
Most of the controls are inactive, some not.
See example.
Regards
Matti