quote:
Originally posted by matty
quote:
Originally posted by whiz
quote:
Originally posted by warmth
Bug: After install it.. /checkupdates says a new version is available 1.3! you made a mistake somewhere with builds numbers my friend!
I don't see why... it's set as 1.5, but I do get that as well.
This is how the Screenshot Sender 5 ScriptInfo.xml file looks:
xml code:
<?xml version="1.0" encoding="UTF-16"?>
<ScriptInfo xmlns="urn:msgplus:scripts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:scripts PlusScripts.xsd">
<Information>
<Name>Screenshot Sender</Name>
<Description>Allows you to easily send screenshots to your contacts.</Description>
<Author>matty, Dempsey, Eljay & Mattias</Author>
<AboutUrl>http://beta.screenshotsender.com</AboutUrl>
<Version>5</Version>
>>> <UpdateId>SS5</UpdateId><<<
>>> <Build>46</Build><<<
</Information>
<BuildInfo>
<Major>5</Major>
<Minor>0</Minor>
<Build>0046</Build>
<Tag>Alpha</Tag>
<CompileDate>20091124</CompileDate>
<Debug>1</Debug>
</BuildInfo>
</ScriptInfo>
The two highlighted fields are what you want to be concerned with when using the Plus! internal updater.
Yeah, I was just reading the post about it in the main MP!L forum. Added now.
quote:
Originally posted by Spunky
quote:
Originally posted by whiz
I've noticed that, it occurs when OnEvent_Initialize is called and not signed in - it uses the registry functions that use the current user's email address. Fixed now.
Use the user's UserId instead... It's a better way to do it... Also, you say you fixed it, but have all the OnEvent_Initialize stuff happen on the OnEvent_SigninReady event and then, in OnEvent_Initialize, check the user's status to see if they are signed in, if they are, call the OnEvent_SigninReady event from there
Again, just did that. Thanks, anyway.