PDA

View Full Version : SKiLite EX beta (again) & Un-named Skin


lectrospin
1st July 2004, 11:40
The first skin could do with some themes and some testing if anyone's bored enough.

http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/skilite_ex_beta_shot.png?bfQ1_4ABd22E8jUQ

SKiLite EX Beta (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/SKiLite+EX+beta.zip?bfgi_4AB3Iia9IJa)

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!

http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/un-named_screen.png?bfQ1_4AB4qxShsRP

Un-named Skin (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/Un-named.zip?bfQ1_4ABPIEAq_A1)

UUL
1st July 2004, 11:55
Links don't work

Mr Jones
1st July 2004, 11:58
Did for me...

How about "Y.A.S.M.S" for the un named one...

matt_69
1st July 2004, 12:58
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

Mr Jones
1st July 2004, 13:33
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...


<?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....


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


Try replacing it with...


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

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

Boricuaso
1st July 2004, 14:03
Originally posted by UUL
Links don't work

matt_69
1st July 2004, 14:19
nvm my dumbass remarks..i was wrong.

-matt

lectrospin
1st July 2004, 21:21
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 (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/skilite_ex_beta_shot.png?CCGxb7AB0QQKB2qG)

SKiLite EX beta (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/SKiLite+EX+beta.zip?CCGxb7ABIe8xjbtY)

Un-named Screenshot (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/un-named_screen.png?CCGxb7AB6k2XoMmD)

Un-named skin (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/Un-named.zip?CCGxb7AB6d.irsbZ)

frisbeemonkey
2nd July 2004, 05:23
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

Mr Jones
2nd July 2004, 06:27
CLose but no cigar.

Yet Another Stick Mode Skin

frisbeemonkey
2nd July 2004, 07:21
Drat, close indeed. I guess those bills are going to be very small and very unmarked :p 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.

VooDoo`
2nd July 2004, 11:36
I like the Skins, both :)
the size from the 1st skin should be changeable.

lectrospin
3rd July 2004, 09:39
Originally posted by frisbeemonkey
Drat, close indeed. I guess those bills are going to be very small and very unmarked :p 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.

frisbeemonkey
3rd July 2004, 13:23
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

SLoB
3rd July 2004, 13:25
cigars, hmm found under benches & hedges ;)

theyr like sheeite sticks, theyre completely foul, why any1 likes them ive no idea lol ;)

Boricuaso
3rd July 2004, 14:45
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.

dlinkwit27
3rd July 2004, 15:25
none of the links work for me.

Boricuaso
3rd July 2004, 15:48
wierd i just checked them and they work. sorry its not the links.
your trying this links right

SKilite Screenshot (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/skilite_ex_beta_shot.png?CCGxb7AB0QQKB2qG)

SKiLite EX beta (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/SKiLite+EX+beta.zip?CCGxb7ABIe8xjbtY)

Un-named Screenshot (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/un-named_screen.png?CCGxb7AB6k2XoMmD)

Un-named skin (http://us.f2.yahoofs.com/bc/40078445_4bb4/bc/My+Documents/Un-named.zip?CCGxb7AB6d.irsbZ) [/B

Boricuaso
4th July 2004, 19:48
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.

lectrospin
5th July 2004, 09:34
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.