Detailed Song Info Panel v1.21 (Updated 31 May 2006)

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

abrazor
Posts: 263
Joined: Sat Jan 08, 2005 10:13 pm
Location: Japan
Contact:

Post by abrazor »

can we make it scrollable, or maybe a setting for what you want it to have and not have?
psyXonova
Posts: 785
Joined: Fri May 20, 2005 3:57 am
Location: Nicosia, Cyprus
Contact:

Post by psyXonova »

Customization is a good idea. I will implement it in a month or so though since i will be very busy until then.
For now enjoy the current version and plz help me locate bugs and keep giving me good ideas!!!! :lol:

Many thanks again
psyXonova
Posts: 785
Joined: Fri May 20, 2005 3:57 am
Location: Nicosia, Cyprus
Contact:

Post by psyXonova »

New version posted (v1.1). Lots of improvements.
Plz check release notes before downloading...
abrazor
Posts: 263
Joined: Sat Jan 08, 2005 10:13 pm
Location: Japan
Contact:

Post by abrazor »

When I launch it all I get is a window that is like a text file showing songinfo.hta, not the actual panel. Any ideas?
psyXonova
Posts: 785
Joined: Fri May 20, 2005 3:57 am
Location: Nicosia, Cyprus
Contact:

Post by psyXonova »

Yes...
associate hta files with internet explorer.
this can be done through folder options>>file types
abrazor
Posts: 263
Joined: Sat Jan 08, 2005 10:13 pm
Location: Japan
Contact:

Post by abrazor »

OK, I did that. Still the same result. A window opens with the text of the script. Any other ideas?
psyXonova
Posts: 785
Joined: Fri May 20, 2005 3:57 am
Location: Nicosia, Cyprus
Contact:

Post by psyXonova »

What window is this? Is it an Internet Explorer window or a notepad one?
Please try to open the hta using Internet Explore's file>>open command.
Is it working? This is very strange indeed and my guess is that it has nothing to do with the script.
It is most probably Internet Explorer related. What OS are you using?
If it is Win9x or WinMe visit scripting.microsoft.com and download the files needed to run scripts in your OS.
pah68
Posts: 1504
Joined: Wed Apr 07, 2004 5:26 pm
Location: Sydney, Australia

Post by pah68 »

It's happening to me too. The previous scripts used to work but now all I get is a window displaying the script. It's just a windows with the scripts path as a title, no menus, no status bar and is not editable. I assume it's a iexplore window.

I'm using WinXP

If I "open" the hta file from iexplore, I get the same window with script text displayed.
Image
Image
abrazor
Posts: 263
Joined: Sat Jan 08, 2005 10:13 pm
Location: Japan
Contact:

Post by abrazor »

ditto. Using winxp, window has no titlebar or menu, etc. If I open the file from explorer it is the same. exactly as above.
Peke
Posts: 18611
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

Before Psyxonova releases bug fix you could try to replace FOR EACH NEXT Loop at Line 166 whith this piece of code as it fixes some bugs in script on few machines:

Code: Select all

        For Each objItem in colItems
          If objItem.ScreenWidth > 0 Then
            intHorizontal = objItem.ScreenWidth
          end if
          If objItem.ScreenHeight > 0 Then
            intVertical = objItem.ScreenHeight
          end if
        Next
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
pah68
Posts: 1504
Joined: Wed Apr 07, 2004 5:26 pm
Location: Sydney, Australia

Post by pah68 »

Thanks, tried it out, but still not working for me. :cry:
Image
Image
Peke
Posts: 18611
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

Then you need to wait for Psyxonova. This few lines fixes problem with me.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
Globi
Posts: 36
Joined: Fri Oct 07, 2005 12:40 pm

Post by Globi »

Thanks PEKE

Solved my problem also.

regards,

Globi
psyXonova
Posts: 785
Joined: Fri May 20, 2005 3:57 am
Location: Nicosia, Cyprus
Contact:

Post by psyXonova »

Hello ppl,

i was very sick the last 2 days, but today i feel much better.
Image

Peke, thanks a lot for your help. It seems like the code that i use to find the screen resolution has problems running on some machines. This is a bit strange because this piece of code is provided by microsoft (in their scripting website). Anyway, it seems that i will have to come up with an alternative. What i am thinking is that the first time that the panel runs, if the above code cant get the resolution, then the user should have to provide it. The resolution will be written inside the ini and he wont be bothered again.... (unless he/she change the resolution)

I believe that i will have the time to do it, sometime this week.

Thanks again to all of you
problemchild

where is it?

Post by problemchild »

i installed it, it is in the script folder

i just can't find the toolbar or the scripts menu, where is it??
Post Reply