Luke Posted July 17, 2020 Posted July 17, 2020 Hi All, I've seen that if i call a TfgAnimationHelper.HideForm without the callback method you use as callbeck the method that raise the Hideform. Is correct ? There is a way to finish the AnimationHelper without CallBack ? I've done the test below and in the logCat i read 'Start CreateMainform' 2 times : procedure TFrmLogin.CreateMainform; begin FGX.Log.TfgLog.Log(TfgLogLevel.Debug,'Start CreateMainform'); TfgAnimationHelper.HideForm(FrmWait,[TfgAnimationOption.ReleaseOnFinish],0); end; Other TfgAnimationHelper methods works in the same manner ? Thanks a lot, Luke. Quote
Administrators Yaroslav Brovin Posted July 17, 2020 Administrators Posted July 17, 2020 Hello Luke, Honestly I don't understand your question. Can you provide more info? Thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.