PDA

View Full Version : plz help me!! IE Blue skin


AtTiLa k
4th September 2002, 22:02
I need your help to rewrite my skin, the IE Blue from beta3.
I don't know how to put the playlist in the Main Window.
So was in beta3:
-----------------------------------------------------------------
<container
id="main"
name="Main window"
default_x="0" default_y="0"
default_visible="1">
................
<groupdef id="player.pledit">
<component
x="2" y="2" w="-4" relatw="1" h="-4" relath="1"
param="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}"
autoopen="0"
autoclose="0"
/>
</groupdef>
.....................
<layout
id="normal"
background="component.BaseTexture"
default_h="420" default_w="360">
....................
<group
id="player.pledit"
x="4" y="116" w="-8" h="-143" relatw="1" relath="1"
move="0"
/>
..................
</layout>
</container>
--------------------------------------------------------------------
!!!!!!!!!!!!!!! PLZ HELP ME !!!!!!!!!!!!!!!!!

AtTiLa k
5th September 2002, 08:52
???
no help?

Raas
5th September 2002, 10:24
Originally posted by AtTiLa k
I need your help to rewrite my skin, the IE Blue from beta3.
I don't know how to put the playlist in the Main Window.
So was in beta3:
-----------------------------------------------------------------
<container
id="main"
name="Main window"
default_x="0" default_y="0"
default_visible="1">
................
<groupdef id="player.pledit">
<component
x="2" y="2" w="-4" relatw="1" h="-4" relath="1"
param="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}"
autoopen="0"
autoclose="0"
/>
</groupdef>
.....................
<layout
id="normal"
background="component.BaseTexture"
default_h="420" default_w="360">
....................
<group
id="player.pledit"
x="4" y="116" w="-8" h="-143" relatw="1" relath="1"
move="0"
/>
..................
</layout>
</container>
--------------------------------------------------------------------
!!!!!!!!!!!!!!! PLZ HELP ME !!!!!!!!!!!!!!!!!

I just can't figure that one out!
:D
Just kidding

Nevex
5th September 2002, 21:08
Someoen help him pleae lo...this skin is awesome.

AtTiLa k
6th September 2002, 20:56
I've got a solution, from Wasabi skin, but is buggy :(
What is the problem in the Wasabi skin?
If you open and close the playlist (or ml, vis), then sometimes appears in wrong place.
PLZ help

Nevex
6th September 2002, 21:08
I wonder why no mods or pros are stepping up. Post some screenshots, show them its worth helping on. I like this skin.

Plague
6th September 2002, 22:31
<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}"
/>


just insert this where you want, it will add a playlist editor..
I believe that theese:

autoopen="1"
autoclose="1"

needs to be "1", not "0" for some reason..
when they were "0", nothing happened..

maybe you can turn off autoclose and just have autoopen="1"...
I don't know, haven't played with it lately..

If you can't get anywhere, I might be able to help ya out further.

-Plague

Naamloos
7th September 2002, 07:49
autoclose and autoopen will load the playlist when the container opens. if these are 0 you have to open them by rightclick menu (or thinger)(or button)

Plague
7th September 2002, 12:04
yeah, that's what I thought..
that's why I think it would be possible to have autoclose="0" and autoopen="1" so that it opens right away but doesn't close when you close it from the thinger or something..

am I right here or am I completely wrong?

-Plague

AtTiLa k
8th September 2002, 00:23
Thanks for the help. But this did not solved the bug.
I think the problem is elswere; in the winamp?
The best would be to put the playlist in its place without script, but if this is impossible ...

Here (http://www.alvilag.hu/kovacsattila/temp/prob.wal) is a very simple skin (as Plague suggested). Opens an "invisible giant winamp" and crashes the half of the Windows xp. Is not working.

THE BUG (http://www.alvilag.hu/kovacsattila/temp/uuups.png)
If you don't recognize it, the Winamp is in the center of the monitor.
Yes it looks like the common Internet Explorer browser.

Here (http://www.alvilag.hu/kovacsattila/temp/ie_blue.wal) is my half rewritten skin.
When you reopen the playlist for (2 or) more times it starts to open in wrong place. And just after moving the mouse or a click goes in its place. FUNNY

What is the Group.getObject() function in the script? (I borrowed this part of the script from the Wasabi skin)
If you leave out this from the script, a playlist opens in its place and a second "randomly" pops up. INTERESTING

sorry for my English

Nevex
29th September 2002, 05:31
*bump*