Hi,
I display a login popup with an animation while the connection is being processed.
I hide it when the connection is successful or refused.
However, if the user cancels their login attempt by closing the browser, he returns to the application, but no event is triggered, and my waiting popup remains displayed. How can I detect that the user has canceled their cloud login attempt ?
I tried using the OnBeforeRunExternalBrowser event, but my popup disappears too quickly.
I tried the OnActivate event of the calling form, but without success; the event isn't triggered.