Shoutbox

[code request] dp right in dash - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: [code request] dp right in dash (/showthread.php?tid=86052)

[code request] dp right in dash by zogo on 09-20-2008 at 10:45 AM

hey im workin on a skin and i would like to know the style/def code and the xml code for getting your dp to the right of ur name etc and get the text aligned right (if possible)

thx in advance...

it will also be an option in a update for my Vista X skin :D


RE: [code request] dp right in dash by Basilis on 09-20-2008 at 11:29 AM

Open definition file 923. Find these 3 lines (they are a little below the top).

code:
<MeArea id=atom(idMeArea) layout=borderlayout()>
<element layoutpos=client layout=borderlayout() padding=rect(0,0,0,3) ID=Atom(ai201)>
<element layoutpos=left layout=verticalflowlayout(0,2,2,0) padding=rect(8,3,4,0)>

And replace them with:

code:
<MeArea id=atom(idMeArea) layout=borderlayout()>
<element layoutpos=client layout=borderlayout() padding=rect(0,0,0,3) ID=Atom(ai201)>
<element layoutpos=right layout=verticalflowlayout(0,2,2,0) padding=rect(8,3,10,0)>

You can also move the DP by changing the padding values so you can place it exactly where you want it. For example, the 10 I put there is to move the DP a bit to the left so it looks nicer. I hope this helps. :)
RE: [code request] dp right in dash by zogo on 09-20-2008 at 01:57 PM

thx :D