Jump to content

TfgAnimationHelper.HideForm without CallBack


Luke

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...