Hi,
I am facing below two error on Splash Screen in Service Center Log:
Invalid call of the 'TriggerOnUpgradeProgress' client action of the 'Common.Splash' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action.
Invalid call of the 'TriggerOnLoadComplete' client action of the 'Common.Splash' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action.
Any Help, Much Appreciated.
Thanks
assif_tiger wrote:
Please Check following link: https://www.outsystems.com/forums/discussion/34920/mobile-apps-how-to-use-ondestroy-to-avoid-invalid-call-of-the-error/
Hope it may help!
So for resurrecting old post, but I'm facing the same exact problem.
And the answer above doesn't help, since this is built-in splash screen (unmodified).
I cannot destroy the event/setTimeOut because I don't have the object.
Any help, much appreciated.
Hi Harlin,
Did you find a solution? I have the same error.
No I haven't.
I just ignored it.
Hello,
I am facing the same error.
Does anyone have solution for this?