Is it safe to call UI code in TMSFNCCloudStorageServices1Connected?

Is this method thread safe?

TMSFNCCloudStorageServices1Connected

My app intermittently hangs in this method and it is calling UI procedures such as ShowMessage().

OnConnected is called asynchronously from another thread, It's best to wrap ShowMessage calls in a TTask.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.