Problem Form Activate & SkinManager Root › Technical support › Troubleshooting This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago by Gregory.P. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 23, 2016 at 7:42 am #55955 SupportKeymaster I will try to fix it in the nearest release. But animation of form showing must be deactivated in this case. December 23, 2016 at 7:48 am #55956 Gregory.PParticipant '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] Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting