What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [code request] dp right in dash

[code request] dp right in dash
Author: Message:
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. Undecided  [code request] dp right in dash
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
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
09-20-2008 10:45 AM
Profile E-Mail PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: [code request] dp right in dash
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. :)

This post was edited on 09-20-2008 at 01:07 PM by Basilis.
[Image: logo1nu1.png]
09-20-2008 11:29 AM
Profile PM Find Quote Report
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. RE: [code request] dp right in dash
thx :D
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
09-20-2008 01:57 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On