Detailed Song Info Panel v1.21 (Updated 31 May 2006)
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.
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.
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.
I'm using WinXP
If I "open" the hta file from iexplore, I get the same window with script text displayed.
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



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
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



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Hello ppl,
i was very sick the last 2 days, but today i feel much better.

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
i was very sick the last 2 days, but today i feel much better.

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?
i installed it, it is in the script folder
i just can't find the toolbar or the scripts menu, where is it??
i just can't find the toolbar or the scripts menu, where is it??

