What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Emoticon Saver

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Emoticon Saver
Author: Message:
wincy
Junior Member
**


Posts: 67
Reputation: 4
34 / Male / Flag
Joined: Feb 2008
O.P. RE: Emoticon Saver
Does it install? What does Script Debugger says? Are there some errors reported?
05-28-2009 03:07 PM
Profile E-Mail PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Emoticon Saver
Yes, it installed correctly... but when I open the window it appears filled with nothing...

I opened the debug window and started clicking where the list should be and only appeared the action that I was clicking... No errors were displayed...

I insist that should be a path problem... cause is not loading any emoticons...

This post was edited on 05-28-2009 at 03:19 PM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
05-28-2009 03:19 PM
Profile PM Web Find Quote Report
wincy
Junior Member
**


Posts: 67
Reputation: 4
34 / Male / Flag
Joined: Feb 2008
O.P. RE: Emoticon Saver
What version of WLM and MP!L are you using?
Try changing this:

function ShowPanel() {
    var wFirst = MsgPlus.CreateWnd("windows.xml","WndAbout");
    for(var e = new Enumerator(Messenger.CustomEmoticons); !e.atEnd(); e.moveNext()) {
        var Name = e.item().Shortcut;  var Path = e.item().PictureFile;
        var item = wFirst.LstView_AddItem("ListView", Name);
        wFirst.LstView_SetItemText("ListView", item, 1, Path);
    }
}


with this:

function ShowPanel() {
    for(var e = new Enumerator(Messenger.CustomEmoticons); !e.atEnd(); e.moveNext()) {
        Debug.Trace("Path "+e.item().PictureFile);
    }
}


And see what does Debugger says :)
05-28-2009 03:54 PM
Profile E-Mail PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Emoticon Saver
It stops when appears:

code:
Función llamada: OnEvent_MenuClicked

and now the windows either appeared!

Windows Vista Ultimate Service Pack 2 (6.0.6002)
Windows Live Messenger 14.0.0206
Messenger Plus! Live 4.81.0.358
Skin: fuse 1.0.1
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
05-29-2009 02:34 AM
Profile PM Web Find Quote Report
wincy
Junior Member
**


Posts: 67
Reputation: 4
34 / Male / Flag
Joined: Feb 2008
O.P. RE: Emoticon Saver
quote:
Originally posted by warmth
It stops when appears:

code:
Función llamada: OnEvent_MenuClicked

and now the windows either appeared!


It seems that there is something wrong with Emoticons' Iterator... Don't know why :S
05-29-2009 11:46 AM
Profile E-Mail PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Emoticon Saver
:( maybe Matty, cookie, mynetx, spunky, etc can help you... with this... ask them...
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
05-29-2009 12:42 PM
Profile PM Web Find Quote Report
wincy
Junior Member
**


Posts: 67
Reputation: 4
34 / Male / Flag
Joined: Feb 2008
O.P. RE: Emoticon Saver
Humm.. what about this?
(look Debugger after installing script)

.plsc File Attachment: emotz.plsc (526 bytes)
This file has been downloaded 116 time(s).
05-29-2009 12:56 PM
Profile E-Mail PM Find Quote Report
Menthix
forum admin
*******

Avatar

Posts: 5537
Reputation: 102
39 / Male / Flag
Joined: Mar 2002
RE: Emoticon Saver
Works great for me.

Windows Vista Ultimate x64 Service Pack 1 (6.0.6001)
Windows Live Messenger 14.0.0206
Messenger Plus! Live 4.81.0.358
Skin: fuse 1.0.1



Would be epic is this script could also import the entire folder at once, keeping all the shortcuts and names intact, avoiding duplicates.
Finish the problem
Menthix.net | Contact Me
05-29-2009 01:35 PM
Profile E-Mail PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Emoticon Saver
quote:
Originally posted by wincy
Humm.. what about this?
(look Debugger after installing script)

Steps:

1. Installed the first script --- Nothing appeared in the window of emoticons
2. Made the change you told me --- Now even the window appeared
3. Installed the second script over the first one edited --- The window never appeared again
4. Unistalled and reinstalled both --- The windows appeared again but empty as first time...

Note: you told me to be aware of the debug window but you didn't tell me of wich one of the two scripts you were talking about... I saw both and just appeared the inizialization and that's all... never appeared any trace message!

This post was edited on 05-30-2009 at 02:59 AM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
05-30-2009 02:58 AM
Profile PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Emoticon Saver
I can't be more embarrassed :$ but wasn't my fault (at all)... seems like some alien took all my emoticons off my pc... They just disappeared magically... that's why the windows was appering empty!

Sorry about that my friend... I hope to see some improvements (as SonicSam and Menthix adviced) in next released... I think I obstructed the development of this great script... Keep doing well... don't leave it like that... There has been a lack of something like this in Script DB for so many years...

This post was edited on 05-30-2009 at 03:24 AM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
05-30-2009 03:23 AM
Profile PM Web Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » 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