Apologies for the double post.
I restarted live with online status, it still returns false.
I have no idea why.
Everything seems to be in normal conditions.
I have also tried to test with the following code:
code:
function OnEvent_Initialize(MessengerStart)
{
callToast();
}
function OnEvent_Uninitialize(MessengerExit)
{
}
function callToast()
{
var tst = MsgPlus.DisplayToast("test", "test");
Debug.Trace("DisplatToast: "+tst);
}
I get this as a result:
quote:
Script has been stopped
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
DisplatToast: false
PS: I gathered it was the edit butto lol