Go Back   Winamp Forums > Skinning and Design > Modern Skins

Reply
Thread Tools Search this Thread Display Modes
Old 20th August 2002, 18:51   #1
kwaakie
Junior Member
 
Join Date: Aug 2002
Posts: 7
Fixed playlist possible ?

Hi there,

I was wondering if it's possible to put a playlist into the main window, so not seperated.
Like when i click a button the playlist will scroll out of a slot or something.
I've tried to put this code into my main window xml:
code:

<component
x="0"
y="0"
w="0"
relatw="1"
h="0"
relath="1"
noshowcmdbar="1"
autoopen="1"
autoclose="1"
param="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}"
/>



But that won't work

Tnx !
kwaakie is offline   Reply With Quote
Old 20th August 2002, 21:24   #2
dead_honky
Member
 
Join Date: Feb 2001
Location: Texasland
Posts: 78

and when I do this, the main window (of which it is a part) wont show up.
I've tried deleting studio.xnf, setting the xy coords to something sensible and nonconflicting (even though it was already on its own layer), and made sure the skin wasnt attempting to load the same component anywhere else (although I think we should be allowed to have multiple instances of the same component.. maybe).

what gives?
dead_honky is offline   Reply With Quote
Old 21st August 2002, 08:59   #3
kwaakie
Junior Member
 
Join Date: Aug 2002
Posts: 7
yeah, i have the same problem. And the only way to get it back is to delete the studio file, or reinstall WA.
Is there really no other way to fix this ?
I think it should be possible...
kwaakie is offline   Reply With Quote
Old 22nd August 2002, 16:27   #4
dead_honky
Member
 
Join Date: Feb 2001
Location: Texasland
Posts: 78
no really
*bump*
I saw that Adil's noir was supposed to have the playlist in the main window, and doesn't, so I'm sure someone else has run into this.
shed some light please?
dead_honky is offline   Reply With Quote
Old 23rd August 2002, 01:02   #5
mc^^^^
Forum King
 
mc^^^^'s Avatar
 
Join Date: Aug 2001
Location: Perth, Australia MSN: mcbriar@ii.net Posts: All your posts are belong to me!!!!
Posts: 2,607
i believe this is a bug in winamp3.

i have run into this same prob 3 times over in enefex (avs, pl, ml) it needs fixing soon

mc^^^^ is offline   Reply With Quote
Old 23rd August 2002, 05:48   #6
ZeLonewolf
Junior Member
 
Join Date: Aug 2002
Location: Coventry, RI
Posts: 20
Send a message via ICQ to ZeLonewolf Send a message via AIM to ZeLonewolf Send a message via Yahoo to ZeLonewolf
Angry Yup, had the same problem...

Yup, I had the same exact experience. What gives with the playlist anyhow? I'd really like to see this skinnable with XML, and I've had a lot of difficulty trying to figure out just how the playlist skinning works.

I'm working on a skin where I'm trying to make the playlist pop out in a drawer, and then the list of playlists pop out of another drawer from that. I'm thinking maybe I can write some maki to just move around the playlist as an entire separate container :-/
ZeLonewolf is offline   Reply With Quote
Old 23rd August 2002, 08:29   #7
mc^^^^
Forum King
 
mc^^^^'s Avatar
 
Join Date: Aug 2001
Location: Perth, Australia MSN: mcbriar@ii.net Posts: All your posts are belong to me!!!!
Posts: 2,607
the playlist is all one component, you cannot seperate the song list from the playlists (should be an option - no rush though)

you can however, seperater the button line at the bottom (see aero)

mc^^^^ is offline   Reply With Quote
Old 26th August 2002, 16:39   #8
ZeLonewolf
Junior Member
 
Join Date: Aug 2002
Location: Coventry, RI
Posts: 20
Send a message via ICQ to ZeLonewolf Send a message via AIM to ZeLonewolf Send a message via Yahoo to ZeLonewolf
Lightbulb Playlist MAKI possibility?

I've been looking around in the maki lib files, and I found a bunch of functions that work on a "List" object:

extern List.addItem(Any _object);
extern List.removeItem(int pos);
extern Any List.enumItem(int pos);
extern Int List.findItem(Any _object);
extern int List.getNumItems();
extern List.removeAll();

If the playlist were accessible SOMEHOW in maki, perhaps it may be possible to build up a playlist from scratch. Any thoughts on this?
ZeLonewolf is offline   Reply With Quote
Old 26th August 2002, 17:20   #9
dead_honky
Member
 
Join Date: Feb 2001
Location: Texasland
Posts: 78
you might be able to build a window in maki that is skinnable, and that is just a dupe of the contents of the actual playlist.. i.e. mirroring its contents, but having different and separate functionality (maki one skinnable, component does all its jobs).. and thats prolly a good idea.

actually rebuilding the playlist from scratch in maki though, thats a bad idea. playlist responsible for too much, and interacts with too many other components to make it anything aside from a huge hassle.

but a skinnable window that just mimics what content is in the actual playlist component.. any takers?
dead_honky 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