Problem with Form hidden

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35977
    JasonToms
    Participant

    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]

    #51351
    Support
    Keymaster

    Thank you for the demo.

    Do you have full sources of the package? I can send you a patched file.

    #51352
    JasonToms
    Participant
    'Support' wrote:

    Thank you for the demo.

    Do you have full sources of the package? I can send you a patched file.

    I think I may have it, Please upload the attachment, or send the email to jasonto…@….com, I will try to

    Thanks.

    #51353
    Support
    Keymaster

    I have sent the file to you, please check the mail-box.

    #51355
    JasonToms
    Participant
    'Support' wrote:

    I have sent the file to you, please check the mail-box.

    Yes, this patched file resolved the problem.

    Thanks!

    -Jason

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.