What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [beta] Skin creator

Pages: (2): « First « 1 [ 2 ] Last »
[beta] Skin creator
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [beta] Skin creator
That's strange.. For me, it seems to work
08-02-2008 03:58 PM
Profile PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [beta] Skin creator
quote:
Originally posted by warmth
quote:
Originally posted by SmokingCookie
fixed
Actually no... I still get the message of invalid file...
clear your cache:P
the plsc works perfectly

if you can't import it at all, then you can at least change the extension to .zip and then correct the ScriptInfo.xml file yourself

This post was edited on 08-02-2008 at 04:09 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
08-02-2008 04:07 PM
Profile PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: [beta] Skin creator
done... yes... was my cache :P my bad...

what are the list of functions available right now???

Update: Look what debbuger says:

code:
El script está iniciándose
El script está cargado y listo
Función llamada: OnEvent_Initialize
> Looping through script's XMLs (ScriptInfo\Script.xml)
> Validating "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\ScriptInfo\Script.xml"
> "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\ScriptInfo\Script.xml" okay
> All 1 XML files are valid
> Trying to load "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\ScriptInfo\Script.xml"
> Successfully loaded "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\ScriptInfo\Script.xml"
> Retreving script information
> Successfully retreved script information
> Validating "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\Windows.xml"
> "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\Windows.xml" okay
> Checking "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\Plugins"
> false
> Trying to read "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\blabla@hotmail.com\Alert_UseForeGroundWindow"
> Success
> "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\blabla@hotmail.com\Alert_UseForeGroundWindow" doesn't exist
> Trying to read "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\blabla@hotmail.com\IMSDeveloper"
> Success
> "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\blabla@hotmail.com\IMSDeveloper" doesn't exist
> Loading ToolTips for "WndBrowseSkinFile"
> Weird error:
> 'WndInternet' no está definido
> -2146823279
> Please ignore these errors
> Weird error:
> 'WndSkinEditor_Info' no está definido
> -2146823279
> Please ignore these errors
> Loading ToolTips for "WndInternet"
> Weird error:
> 'WndSkinEditor_Info' no está definido
> -2146823279
> Please ignore these errors
Función llamada: OnWndSkinEditorEvent_CtrlClicked
> Loading ToolTips for "WndSkinUpd"
> Checking "C:\Program Files\Messenger Plus! Live\Scripts\Skin creator\SkinUpdates.xml"
> true
> Trying to write "http://tom.zegiklekkerniet.googlepages.com/GTAIVMessenger.xml" to "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\\blabla@hotmail.com\UpdateXML"
> Data is stored as REG_SZ
> Success
> Trying to write "http://tom.zegiklekkerniet.googlepages.com/AppleLiveMessenger.xml" to "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\\blabla@hotmail.com\UpdateXML"
> Data is stored as REG_SZ
> Success
> Trying to read "HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\GlobalSettings\Skins\CurrentSkin"
> Success
> Checking for skin updates
> Retrieving update url
> Loaded XML file
> Begin loop
> GTA IV Messenger
> Trying to read "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\blabla@hotmail.com\SkinIndex"
> Success
> "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Skin creator\Settings\blabla@hotmail.com\SkinIndex" doesn't exist
Error: No coinciden los tipos (código: -2146828275).
       Archivo: Skin creator.js. Línea: 204.
La función OnEvent_Initialize devolvió un error. Código: -2147352567
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptCommands
Función llamada: OnEvent_ChatWndSendMessage
> Message sent (25)
Función llamada: OnEvent_ChatWndSendMessage
> Message sent (19)
Función llamada: OnEvent_ChatWndSendMessage
> Message sent (12)
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptMenu

This post was edited on 08-02-2008 at 09:39 PM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
08-02-2008 04:33 PM
Profile PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [beta] Skin creator
i get the same debug

i also get type mismatch errors
[quote]
Ultimatess6
: What a noob mod
08-02-2008 08:30 PM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [beta] Skin creator
Hmm, that's strange, since I don't seem to have that bug.. Cannot recreate it either..

EDIT::

Could you please confirm that the file in MsgPlusPath\Skin creator\SkinUpdates.xml exists?


I think I have found the problem:

The RegRead function returns either the value stored in the key, and if it doesn't exist, it returns "__none". Therefore there's a type mismatch.. I'll handle it..

Fixed

This post was edited on 08-03-2008 at 06:50 AM by SmokingCookie.
08-03-2008 06:42 AM
Profile PM Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: [beta] Skin creator
Hrm, and I can't get the script working at all. Import is fine, then my Debug window is flooded with pages full of rubbish important debug notes, but apparently the Init() is never exiting with success so "Initialised" is never getting true. Then I send commands resulting in > Message sent (25), > Message sent (22), etc. but the command always returns as not recognised. Also, when reading the source, I found an array like ['4.50', '4.60'] which might actually cause problems because I am running a newer version of MPL than specified in that array. Long text, short result: can't get this thing working and wasted some 20 mins on it. Btw, who did allow you to add updateability for Apple Live Messenger?
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
08-03-2008 08:49 AM
Profile E-Mail PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [beta] Skin creator
Updateability? I only gave the update XML file a different version number, nothing was changed to the skin itself.

The array thing: that's for the skin editor itself, it won't prevent you from running it..

Now the last part: Init() that keeps returning false..

I'll remove all registry keys and see what happens (that's probably what prevents initialisation not anymore)

Commands seem to work now

This post was edited on 08-03-2008 at 04:48 PM by SmokingCookie.
08-03-2008 04:39 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On