Problem Form Activate & SkinManager

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55955
    Support
    Keymaster

    I will try to fix it in the nearest release. But animation of form showing must be deactivated in this case.

    #55956
    Gregory.P
    Participant
    'Support' wrote:

    I will try to fix it in the nearest release. But animation of form showing must be deactivated in this case.

    Problem solved –> TApplicationEvents Activate Form

    Code:
    procedure TForm1.ApplicationEvents1Activate(Sender: TObject);
    begin
    Form2 := TForm2.Create(Application);

    if Form2.ShowModal = mrCancel then
    Application.Terminate;
    end;

    Animation Form no Problem :a3:

    [attachment=8065:Code.zip]

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