Hello,
I have a login Form, a operation Form, Click on the button hidden login Form display operation Form.
login Form put a button, Click on the event code:
Code:
procedure TFormLogin.Button1Click(Sender: TObject);
begin
FormLogin.Hide;
FormOperation.Show;
end;
Something strange happened, when I by clicking on the task bar icon to minimize maximize FormOperation multiple times(About two times), FormLogin will automatically display.
Or, display FormOperation for a period of time, FormLogin will automatically display too.
If you don't use the component skinmanager and the problem disappears.
I'm using RAD Studio XE5 on Windows 8 64 bit.
Please help me
Thanks!
This is an operating animation:
[attachment=6616:example.gif]
[attachment=6618:examplegif.rar]
[attachment=6617:example.rar]