[Lazarus] WinCE test - DBF
cc_ at freemail.hu
cc_ at freemail.hu
Mon May 12 02:21:16 CEST 2008
I have 2 forms in a project and from within form1 I want to show form2
via a component's double click event. Let just say by double clicking on
a panel. So from the panel's double click event I do the following...
form2.Show;
When the event is fired, form2 will actually appear behind form1, which
is incorrect. This does not happen if the Show() is done from within a
single click event and in that case, form2 correctly appears in front of
form1.
Reported as Bug : 11287
http://bugs.freepascal.org/view.php?id=11287
Dominique.
More information about the Lazarus
mailing list