Go Back   Winamp Forums > Winamp > Winamp Wishlist

Reply
Thread Tools Search this Thread Display Modes
Old 7th February 2007, 13:57   #1
Biscuity
Junior Member
 
Join Date: Feb 2007
Location: Isle of Man
Posts: 25
Vista gadget?

Is there a gadget available to control Winamp?
Biscuity is offline   Reply With Quote
Old 10th February 2007, 14:04   #2
jarousek
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.
jarousek is offline   Reply With Quote
Old 10th February 2007, 18:13   #3
Biscuity
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?)
Biscuity is offline   Reply With Quote
Old 13th February 2007, 14:01   #4
g0thic.sid3
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
g0thic.sid3 is offline   Reply With Quote
Old 13th February 2007, 15:44   #5
jarousek
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.
jarousek is offline   Reply With Quote
Old 13th February 2007, 15:54   #6
g0thic.sid3
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;
}
}
g0thic.sid3 is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Winamp > Winamp Wishlist

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump