TAdvSmoothSplashScreen focus issue

Hi,

 
The form loses focus after showing the splash screen. Just run any of your included demo, after the splash fades out/dissapears the focus is not on the caller form but some other window (i.e. if you run within Delphi IDE the focus is the editor or whatever you had selected previous to run demo applicaiton).
 
How do you keep focus on the main application/caller form?
 
Thanks.

Can you please try to set:

  AdvSmoothSplashScreen.FocusParentForm := true;