quote:
Originally posted by matty
After looking over your script you will want to use OnEvent_SigninReady not OnEvent_Signin. The reason for this is while OnEvent_SignIn is being called it is still in the process of downloading the contact list and (although you don't neccessarily need it) not all the objects will be populated.
And your inArray function can be made to run quicker using a reverse while loop. Ex:
<code>
Overall way to go!
Thanks for giving feedback! My OnEvent_Signin function loads the current name, but fortunately this will be done again while opening the settings window (if needed). So, for the time being it doesn't matter. This will be fixed in the next version.