Go Back   Winamp Forums > Skinning and Design > Modern Skins

Reply
Thread Tools Search this Thread Display Modes
Old 1st July 2004, 11:40   #1
lectrospin
Senior Member
 
Join Date: May 2004
Posts: 111
SKiLite EX beta (again) & Un-named Skin

The first skin could do with some themes and some testing if anyone's bored enough.



SKiLite EX Beta

The second one has a bug, it crashes winamp when you open either open the colour themes or coloureditor windows. It'd be cool if anyone knows why this is or if it does the same on anyones elses comp, it could do with colour themes too. Oh yeah and it needs a name too. I promise to seriously consider any suggestions!



Un-named Skin
lectrospin is offline   Reply With Quote
Old 1st July 2004, 11:55   #2
UUL
Winamp Addict
(Major Dude)
 
UUL's Avatar
 
Join Date: May 2003
Location: Winamp Modern Skinning Forum!
Posts: 868
Send a message via ICQ to UUL Send a message via AIM to UUL Send a message via Yahoo to UUL
Links don't work
UUL is offline   Reply With Quote
Old 1st July 2004, 11:58   #3
Mr Jones
Nothing to say...
 
Mr Jones's Avatar
 
Join Date: Sep 2000
Location: UK
Posts: 23,020
Did for me...

How about "Y.A.S.M.S" for the un named one...
Mr Jones is offline   Reply With Quote
Old 1st July 2004, 12:58   #4
matt_69
Sunshine
(Major Dude)
 
matt_69's Avatar
 
Join Date: Jan 2003
Location: Brisvegas, Australia
Posts: 1,248
yeah links aren't working again...i did manage to see them when i saw the thread originally but now they are caput again. from what i saw they looked fairly decent, dunno about the error tho.

-matt

matt_69 is offline   Reply With Quote
Old 1st July 2004, 13:33   #5
Mr Jones
Nothing to say...
 
Mr Jones's Avatar
 
Join Date: Sep 2000
Location: UK
Posts: 23,020
Ok, your crash problem is caused by this....

In your skin.xml file you have this line...

<include file="xml/system-elements.xml"/>

Sadly you have no such file defined in your set up, you do however have one called...

standardframe-elements.xml

So change that line in your skin.xml file to match.

You are also calling a system-colors.xml file that dosn't exist, and also for the sake of keeping everything in order, I'd juggle around the order they are called in the skin.xml file, otherwise you run the risk of asking for files you haven't defined, I did this to your skin.xml file...

code:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<WinampAbstractionLayer version="1.2"> (changed to latest maki binary)
<skininfo>
<version>1.0</version>
<name>Un-named</name>
<comment>By Jonny Rimes Aka Lectrospin</comment>
<author>Jonny Rimes</author>
<email>lectropsin@mailblocks.com</email>
<homepage>http://www.symbol13.com</homepage>
<screenshot>screenshot.png</screenshot>(might as well get rid of this, no such file in the skin)

</skininfo>

<include file="xml/gamma-presets.xml"/>
<include file="standardframe/standardframe.xml"/>
<include file="xml/system-colors.xml"/>(this file not included in skin)
<include file="xml/standardframe-elements.xml"/>(changed from system-elements.xml)

<include file="xml/player.xml"/>
<include file="xml/notifier.xml"/>
<include file="xml/pledit.xml"/>

<include file="xml/colourthemer.xml"/>
<include file="xml/vis.xml"/>

</WinampAbstractionLayer>



I've highlighted the bits in red that are major changes, the rest of it is just a quick shuffle of the way things are called for.

You'll need that colours file, at the minute all your lists are black text on black backgrounds...







Oh, and you have a script in there that probably won't work correctly, the play2pause.m one.

It's using the old wa3 method of detecting if winamp is playing that dosn't work in 5, this line in particular....

code:

//determines whether Winamp is playing or paused, then shows the buttons accordingly
if (getplayitemstring() != "") {
Pause.show();
} else {
Play.show();
}



Try replacing it with...

code:

//CHECK CORE STATUS AND DO STUFF.---------------------------------------------------
if (System.getStatus()==1) {
pause.show();
play.hide();

}
else {
play.show();
pause.hide();
}
}


Mr Jones is offline   Reply With Quote
Old 1st July 2004, 14:03   #6
Boricuaso
Senior Member
 
Boricuaso's Avatar
 
Join Date: Apr 2004
Location: killeen, Texas
Posts: 276
Quote:
Originally posted by UUL
Links don't work
Boricuaso is offline   Reply With Quote
Old 1st July 2004, 14:19   #7
matt_69
Sunshine
(Major Dude)
 
matt_69's Avatar
 
Join Date: Jan 2003
Location: Brisvegas, Australia
Posts: 1,248
nvm my dumbass remarks..i was wrong.

-matt

matt_69 is offline   Reply With Quote
Old 1st July 2004, 21:21   #8
lectrospin
Senior Member
 
Join Date: May 2004
Posts: 111
what does Y.A.S.M.S mean?

actually system-colors.xml and system-elements.xml should be there, i dont know where they disappeared to. I dont actually use the play2pause.maki but the play2pause2.maki which i altered cause it didnt work like you said.

Not sure why the links stopped working, they did work when i tested them, it might be some annoying anti-linking thing but i'm sure i've used yahoo before and its not been a problem. Anyway try these : -

SKilite Screenshot

SKiLite EX beta

Un-named Screenshot

Un-named skin
lectrospin is offline   Reply With Quote
Old 2nd July 2004, 05:23   #9
frisbeemonkey
Major Dude
 
frisbeemonkey's Avatar
 
Join Date: Jun 2002
Posts: 851
Yet Another Stinkin' Metal Skin?

(where Stinkin' can be a number of choice words starting with 'S')

I'll take my prize money in small, unmarked bills.

~FrisbeeMonkey
frisbeemonkey is offline   Reply With Quote
Old 2nd July 2004, 06:27   #10
Mr Jones
Nothing to say...
 
Mr Jones's Avatar
 
Join Date: Sep 2000
Location: UK
Posts: 23,020
CLose but no cigar.

Yet Another Stick Mode Skin
Mr Jones is offline   Reply With Quote
Old 2nd July 2004, 07:21   #11
frisbeemonkey
Major Dude
 
frisbeemonkey's Avatar
 
Join Date: Jun 2002
Posts: 851
Drat, close indeed. I guess those bills are going to be very small and very unmarked I still think my acronym works too, more so if Wally had suggested the name, I suppose. Oh well, I'm not a huge fan of cigars anyways.
frisbeemonkey is offline   Reply With Quote
Old 2nd July 2004, 11:36   #12
VooDoo`
Major Dude
 
VooDoo`'s Avatar
 
Join Date: Sep 2001
Location: Germany >> Sax >> Leipzig
Posts: 626
Send a message via ICQ to VooDoo` Send a message via AIM to VooDoo`
I like the Skins, both
the size from the 1st skin should be changeable.

o_0
VooDoo` is offline   Reply With Quote
Old 3rd July 2004, 09:39   #13
lectrospin
Senior Member
 
Join Date: May 2004
Posts: 111
Quote:
Originally posted by frisbeemonkey
Drat, close indeed. I guess those bills are going to be very small and very unmarked I still think my acronym works too, more so if Wally had suggested the name, I suppose. Oh well, I'm not a huge fan of cigars anyways.
People always want a stick mode, if you dont put on in they complain en masse.
lectrospin is offline   Reply With Quote
Old 3rd July 2004, 13:23   #14
frisbeemonkey
Major Dude
 
frisbeemonkey's Avatar
 
Join Date: Jun 2002
Posts: 851
Haha, no, no, not dissing your stick mode lectro. I love stickmodes too! Jones said "close but no cigar," implying that if I had been right, I would have won a cigar... And I don't like cigars.
~FrisbeeMonkey
frisbeemonkey is offline   Reply With Quote
Old 3rd July 2004, 13:25   #15
SLoB
Major Dude
 
SLoB's Avatar
 
Join Date: Jul 2003
Location: UK
Posts: 1,316
cigars, hmm found under benches & hedges

theyr like sheeite sticks, theyre completely foul, why any1 likes them ive no idea lol
SLoB is offline   Reply With Quote
Old 3rd July 2004, 14:45   #16
Boricuaso
Senior Member
 
Boricuaso's Avatar
 
Join Date: Apr 2004
Location: killeen, Texas
Posts: 276
i like the un-named one, but the buttons on the ml, i think need to match the other buttons, add some of that extrution thats around the buttons on the pl,main and visualisation to the stick mode too, do you realy need a two part stick mode? you can use the stretch thing on the stick mode an dinclude it all in one, it'll make it more confi to use.thats my 2 cents ,other than that its looking preaty kick ass, keep up the good work.
Boricuaso is offline   Reply With Quote
Old 3rd July 2004, 15:25   #17
dlinkwit27
has no CT
(Forum King)
 
dlinkwit27's Avatar
 
Join Date: Sep 2000
Posts: 13,232
Send a message via ICQ to dlinkwit27 Send a message via AIM to dlinkwit27 Send a message via Yahoo to dlinkwit27
none of the links work for me.
dlinkwit27 is offline   Reply With Quote
Old 3rd July 2004, 15:48   #18
Boricuaso
Senior Member
 
Boricuaso's Avatar
 
Join Date: Apr 2004
Location: killeen, Texas
Posts: 276
wierd i just checked them and they work. sorry its not the links.
your trying this links right

SKilite Screenshot

SKiLite EX beta

Un-named Screenshot

Un-named skin [/B
Boricuaso is offline   Reply With Quote
Old 4th July 2004, 19:48   #19
Boricuaso
Senior Member
 
Boricuaso's Avatar
 
Join Date: Apr 2004
Location: killeen, Texas
Posts: 276
Quote:
Originally posted by Boricuaso
do you realy need a two part stick mode? you can use the stretch thing on the stick mode and include it all in one.
ahh sorry just realised that was the stick mode for the play list. it was kind of hard to see without maximizeing the ie window.
Boricuaso is offline   Reply With Quote
Old 5th July 2004, 09:34   #20
lectrospin
Senior Member
 
Join Date: May 2004
Posts: 111
Quote:
Originally posted by Boricuaso
i like the un-named one, but the buttons on the ml, i think need to match the other buttons, add some of that extrution thats around the buttons on the pl,main and visualisation to the stick mode too, do you realy need a two part stick mode? you can use the stretch thing on the stick mode an dinclude it all in one, it'll make it more confi to use.thats my 2 cents ,other than that its looking preaty kick ass, keep up the good work.
Thanks, As far as I know, the media library also uses the standard buttons, because they are within the component i dont think you can make them custom buttons. I like to keep the stick mode small enough to fit inside a window titlebar so it has to loose a little to fit stuff in it.
lectrospin is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Skinning and Design > Modern Skins

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