[HELP] Showing DP In Login Window |
Author: |
Message: |
Volv
Skinning Contest Winner
Posts: 1233 Reputation: 31
35 / /
Joined: Oct 2004
|
RE: [HELP] Showing DP In Login Window
quote: Originally posted by stuartbennett
i tried your example volv and it doesnt work
It works fine here... Are you sure your option variable is working properly?
Are you sure you're even loading the modified Style/Definition files, because there is no way you could have tried every possible method without success when the necessary modifications are so simple?
A much better alternative is to just scrap what you've done and edit the definitions file.
Search for:
<element layout=filllayout() id=atom(idUserTileVisibility) padding=rect(4,20,0,17) visible=true>
Replace with:
<element layout=filllayout() id=atom(idUserTileVisibility) padding=rect(4,20,0,17) visible=<*PlusSkin ValueOf(ShowDP)*/>>
This post was edited on 02-26-2008 at 04:47 AM by Volv.
|
|
02-26-2008 04:40 AM |
|
|
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. RE: [HELP] Showing DP In Login Window
actually volv i just realised when i tested
quote: element[id=atom(idUserTileContainer)]
{
padding:rect(9,8,14,15);
}
element[id=atom(idUserTileContainer)][class="Medium"]
{
padding:rect(5,5,9,9);
}
element[id=atom(idUserTileContainer)][class="Small"]
{
padding:rect(5,5,7,8);
}
element[id=atom(idUserTileBorder)]
{
background:rcbkd(1524);
}
element[id=atom(idUserTileBorder)][class="Medium"]
{
background:rcbkd(1525);
}
element[id=atom(idUserTileBorder)][class="Small"]
{
background:rcbkd(1526);
}
<*PlusSkin Conditions(ShowDP = false)*>
element[id=atom(idUserTileVisibility)]
{
layoutpos:none;
}
</*PlusSkin*>
<*PlusSkin Conditions(ShowDP = true)*>
element[id=atom(idUserTileVisibility)][visible=false]
{
layoutpos:none;
}
</*PlusSkin*>
i only tested it in one of the 2 versions of my 947 styles file, i have 2 a light one and a dark one, i must of tested it on the dark one last night and summer theme uses the light one, when i tested it in the light one it worked. thanks everyone for your help. by the way <element layout=filllayout() id=atom(idUserTileVisibility) padding=rect(4,20,0,17) visible=<*PlusSkin ValueOf(ShowDP)*/>> did not do anything in the 947 definition file.
|
|
02-26-2008 06:01 AM |
|
|
Volv
Skinning Contest Winner
Posts: 1233 Reputation: 31
35 / /
Joined: Oct 2004
|
RE: [HELP] Showing DP In Login Window
No problem
quote: Originally posted by stuartbennett
by the way <element layout=filllayout() id=atom(idUserTileVisibility) padding=rect(4,20,0,17) visible=<*PlusSkin ValueOf(ShowDP)*/>> did not do anything in the 947 definition file.
Are you sure you changed both versions?
|
|
02-26-2008 08:51 AM |
|
|
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. RE: [HELP] Showing DP In Login Window
yes ive changed both dark and light now so everything is perfect.
|
|
02-26-2008 06:29 PM |
|
|
Basilis
Veteran Member
Olympiacos CFP
Posts: 1366 Reputation: 46
31 / /
Joined: Dec 2007
|
RE: [HELP] Showing DP In Login Window
So we will see a new version of 365 skin soon?
|
|
02-26-2008 06:44 PM |
|
|
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. RE: [HELP] Showing DP In Login Window
yes, i have a couple more features to add, about 2 or 3 but with any luck we could be looking to release either this weekend or the next.
|
|
02-26-2008 09:41 PM |
|
|
Basilis
Veteran Member
Olympiacos CFP
Posts: 1366 Reputation: 46
31 / /
Joined: Dec 2007
|
RE: [HELP] Showing DP In Login Window
I tried the code for the hide/unhide dp but my messenger just didn't show up. Is it sure that it works?
|
|
02-27-2008 02:08 PM |
|
|
stuartbennett
Senior Member
Posts: 952 Reputation: 1
43 / /
Joined: Nov 2003
|
O.P. RE: [HELP] Showing DP In Login Window
quote: element[id=atom(idUserTileContainer)]
{
padding:rect(9,8,14,15);
}
element[id=atom(idUserTileContainer)][class="Medium"]
{
padding:rect(5,5,9,9);
}
element[id=atom(idUserTileContainer)][class="Small"]
{
padding:rect(5,5,7,8);
}
element[id=atom(idUserTileBorder)]
{
background:rcbkd(1524);
}
element[id=atom(idUserTileBorder)][class="Medium"]
{
background:rcbkd(1525);
}
element[id=atom(idUserTileBorder)][class="Small"]
{
background:rcbkd(1526);
}
<*PlusSkin Conditions(ShowDP = false)*>
element[id=atom(idUserTileVisibility)]
{
layoutpos:none;
}
</*PlusSkin*>
<*PlusSkin Conditions(ShowDP = true)*>
element[id=atom(idUserTileVisibility)][visible=false]
{
layoutpos:none;
}
</*PlusSkin*>
first make sure you have a boolval option in your skininfo fiule called "Show DP" without that the above code wont work, you could of course change that part of the code to the name of the option you created to solve your problem. off the top of my head thats the only thing i can think of however without looking at your code or your skin trace file itll be hard to track it down more precisely.
|
|
02-27-2008 06:44 PM |
|
|
Basilis
Veteran Member
Olympiacos CFP
Posts: 1366 Reputation: 46
31 / /
Joined: Dec 2007
|
RE: [HELP] Showing DP In Login Window
Ok thanks. I will try it and let you know.
|
|
02-27-2008 08:36 PM |
|
|
Pages: (2):
« First
«
1
[ 2 ]
Last »
|
|