What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] WLMini Music Player 2.42

Pages: (8): « First « 1 2 [ 3 ] 4 5 6 7 » Last »
1 votes - 5 average   [release] WLMini Music Player 2.42
Author: Message:
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
32 / Male / Flag
Joined: Aug 2005
RE: [release] WLMini Music Player 2.3 (Live)
I like it, however the Chat Player on 9.0 is stuffed up :(

It appears where the contacts dp is, and suddenly disappears, and only the buttons appear when you hover over them.

Some fixing needed?
You have the intellect comparable to that of a rock. Be proud.
11-01-2008 11:39 PM
Profile E-Mail PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [release] WLMini Music Player 2.3 (Live)
thanks th3rmal :P

i will add the re-positioner back like it was in 2.2.9.x :zippy: (now useless in 14)

if anyone wants to try out a beta version (i changed alot in the main code so it may have  bugs), it's available at http://update.meetcweb.com/ :)

This post was edited on 01-26-2009 at 05:57 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
11-15-2008 09:32 PM
Profile PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [release] WLMini Music Player 2.3 (Live)
New beta 2.36.

Changes:
- New translation system (JSON; yes i'm aware)
- Minimized dt's album art code to only ONE function.
- Removed useless code, cleaned up everything and replaced with shortened code
- Now using regex for the search
- Changed the Default theme.

Known Issues:
- [WLM2009] Chat Player impossible to place anywhere except titlebar (aero disabled required)...


Please reply to this post if you find a bug in this version or you would just want to comment.

download

This post was edited on 01-31-2009 at 05:03 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
01-31-2009 04:50 AM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: [release] WLMini Music Player 2.3 (Live)
Bug reports

Spanish.xml isn't removed properly. I got a syntax error :P

EDIT::

Clicked the Browse button in the settings window, nothing happens. Debugger says 'pos' is not defined.

Furthermore, I made a Dutch translation. Selecting it and clicking the Apply button, does not alter the script's interface language.

This post was edited on 01-31-2009 at 08:53 AM by SmokingCookie.
01-31-2009 08:44 AM
Profile PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [release] WLMini Music Player 2.3 (Live)
quote:
Originally posted by SmokingCookie
Spanish.xml isn't removed properly. I got a syntax error :P
Oh right, it now scans for all languages in the language folder. I will make it so that it only shows .js.
quote:
Clicked the Browse button in the settings window, nothing happens. Debugger says 'pos' is not defined.
Would help if you can put in the line number :P
I just clicked browse and there wasn't any errors :/
quote:
Furthermore, I made a Dutch translation. Selecting it and clicking the Apply button, does not alter the script's interface language.
Re-open the window.
[quote]
Ultimatess6
: What a noob mod
02-02-2009 03:22 AM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: [release] WLMini Music Player 2.3 (Live)
quote:
Originally posted by Debugger
> Fout gedetecteerd in regel 13 van "wlmini.ofd.js": 'pos' is niet gedefinieerd.
  (Code: -2146823279)[/Quote]

In other words, a variable 'pos' you call upon in some function is not found. Filename and line are "wlmini.ofd.js", line 13.
02-02-2009 03:34 PM
Profile PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [release] WLMini Music Player 2.3 (Live)
Thanks, I found the error and fixed it :P (hmm i wonder why it didn't show that as an error on my debugger o.0).

code:
for(pos=str.indexOf("|",pos);

needs to be

code:
for(pos=str.indexOf("|");

This post was edited on 02-03-2009 at 01:15 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
02-03-2009 01:14 AM
Profile PM Web Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [release] WLMini Music Player 2.3 (Live)
BUMP

So is that all the bugs found or are there more? If there are no more replies with bug reports then I will just check the code one more time, make a bit of optimizations and/or changes (if needed), and then release the script.
[quote]
Ultimatess6
: What a noob mod
02-11-2009 08:26 AM
Profile PM Web Find Quote Report
the new guy
New Member
*


Posts: 5
Joined: Feb 2009
RE: [release] WLMini Music Player 2.3 (Live)
i really think you have made a good thing but i think you should make a search bar to search for songs like on an ipod.
Maybe you can type your search at the place the tittle of the song is.

This post was edited on 02-13-2009 at 01:30 PM by the new guy.
02-13-2009 01:25 PM
Profile E-Mail PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [release] WLMini Music Player 2.3 (Live)
You mean this?
[Image: attachment.php?pid=951817]

.png File Attachment: Search.png (13.14 KB)
This file has been downloaded 432 time(s).
[quote]
Ultimatess6
: What a noob mod
02-13-2009 08:34 PM
Profile PM Web Find Quote Report
Pages: (8): « First « 1 2 [ 3 ] 4 5 6 7 » 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