Dave Nottage (TeamB)
2003-07-23 06:38:04 UTC
I have some problem with modal form.
I have some main form "Form1" and some other form "Form2", when I
call from Form1 the method Form2.ShowModal; it show the modal form,
when I'm try to click on Form1 it can't get focus (the Form2 is
modal), BUT WHEN I PRESS ALT+TAB IT SELECTS THE FORM1 AND HIDS FORM2,
SO I CAN'T MAKE ANY ACTION WITH MOUSE, THE FORM2 IS MODAL AND IT'S
HIDDEN!!!
I think it's a big bug of Borland, the Delphi IDE has this error too
(I use WIN XP SP1).
Try to open Help\About form of Delphi and then press Alt+Tab, the
main form of Delphi will be selected!!!
Doesn't happen for me in either case, using Win XP SP1.I have some main form "Form1" and some other form "Form2", when I
call from Form1 the method Form2.ShowModal; it show the modal form,
when I'm try to click on Form1 it can't get focus (the Form2 is
modal), BUT WHEN I PRESS ALT+TAB IT SELECTS THE FORM1 AND HIDS FORM2,
SO I CAN'T MAKE ANY ACTION WITH MOUSE, THE FORM2 IS MODAL AND IT'S
HIDDEN!!!
I think it's a big bug of Borland, the Delphi IDE has this error too
(I use WIN XP SP1).
Try to open Help\About form of Delphi and then press Alt+Tab, the
main form of Delphi will be selected!!!
--
Dave Nottage (TeamB)
Dave Nottage (TeamB)