quote:Originally posted by Poki
Well, thanks, that was really useful.
So, let me see if I undestood, I had to define the global variables just as I did, but...
don't give them any value before objects like Messenger are fully loaded, so the assignment of the variable had to be done maybe in OnEvent_SignInReady(email), because there I can be sure that Messenger object is ready and there would be no problem in assigning the correct value....