|
-
March 29th, 1999, 06:49 PM
#1
How are skins in Winamp implemented?
Winamp has this marvellous feature where you can change the user interface with a "skin" which is a graphic image that overlays Winamp. I am wondering how this feature was implemented. Has anyone an idea?
-
March 30th, 1999, 06:32 AM
#2
Re: How are skins in Winamp implemented?
Hi Keith,
just a guess:
i think they've done it using an underlying coordinate grid to handle user input(every skin has the same layout). So the skin is just BitBlt'ed to the predefined coordinates
-
May 28th, 2000, 06:20 PM
#3
Re: How are skins in Winamp implemented?
Just a guess.
It may be COMponent that WinAmp enable it to draw in specific regiona and the playing context (Sound frequency or something else) transfered to it (enabling it to create corresponding picture).
Alexander Tumarov.
[email protected]
ICQ#:39711978
I am not here for rates, but rates will give me an opportunity to figure out whether my postings help or not.
-
May 29th, 2000, 12:44 AM
#4
Re: How are skins in Winamp implemented?
I would think that the program just loads it from file instead of loading it from its resource. I.e....
if d:/winap/skin/skin.dat
load skin.dat
else
use resource
just a guess. That is how I would try to go about doing it.
-
May 29th, 2000, 03:02 AM
#5
Re: How are skins in Winamp implemented?
All information you need should be available here:
http://lyme.virtualave.net/winampui/index.htm
-
May 30th, 2000, 05:25 AM
#6
Re: How are skins in Winamp implemented?
Hi,
I am the author of the Winamp UI project. I have recently completed an article for another web site detailing how to create your own Winamp Style Windows. Email me at [email protected] (remove nospam.) to get the address and source code.
Cheers
James Spibey
Winamp UI Project Coordinator
-
July 7th, 2000, 06:33 AM
#7
Re: How are skins in Winamp implemented?
-
April 17th, 2001, 07:10 PM
#8
Re: How are skins in Winamp implemented?
The mentioned link is "dead"! The correct link to Jame's website is
http://www.lymesoft.co.uk
The article "Nullsoft Winamp Plugin With Bitmapped UI, Docking and Restrictive Resizing" by James appears at codeproject.com. The URL is
http://www.codeproject.com/dialog/winampwnd.asp
Cheers,
Indrajit
-
April 17th, 2001, 11:39 PM
#9
Re: How are skins in Winamp implemented?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|