|
|
#1 |
|
Junior Member
Join Date: Feb 2007
Location: Isle of Man
Posts: 25
|
Vista gadget?
Is there a gadget available to control Winamp?
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Oct 2004
Posts: 4
|
I made one
![]() http://www.codeproject.com/useritems...moteGadget.asp http://www.codeproject.com/useritems/WinampRemoteGadget.asp (article, download and discussion - post your suggestions) or http://jaroslavklima.com/files/WinampRemoteGadget.zip http://jaroslavklima.com/files/WinampRemoteGadget.zip (direct download) Last edited by jarousek; 10th February 2007 at 14:27. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Feb 2007
Location: Isle of Man
Posts: 25
|
Good job, thanks
Unfortunately, it's not for me as the controls are a little too cut down. (No ML button?) |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Feb 2007
Posts: 4
|
it crash in my pc... what's the problem?
it give's me a runtime error: line:182 error:'document.getElementById(...)' is null or not an object |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Oct 2004
Posts: 4
|
The gadget is in an early stage of development, so it's only the basic buttons for now.
If you want to access other functionality, you can click the song title in the gadget and it will show the real winamp window. |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Feb 2007
Posts: 4
|
it shows the error mensage everytime i move the mouse in the gadget and when i put it in the sidebar...
sorry for my english, i'm portuguese.. lol -- modified at 11:36 Tuesday 13th February, 2007 with the new version the error line is 185 -- modified at 11:44 Tuesday 13th February, 2007 // button up handler function onUp(button) { if (button != null && button == gLastDown) { document.getElementById(button).className = "up"; -(the debugger say the error is in this line) gLastDown = "none"; return true; } else { onUp(gLastDown); return false; } } |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|