What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Move toolbars

Move toolbars
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Move toolbars
ok... trying o separe them both...


Did everything possible, and discovered tht the dashboard has to move all parts o it at the same time... but could manage to get the toolbar to the top of the dashboard..

at definition 923, look for
code:
<MeArea id=atom(idMeArea) layout=borderlayout()>
only has 1 occurence.
Just before that, you can find
code:
    <element layoutpos=top layout=filllayout()>
                    <element layout=filllayout() layoutpos=top>
                        <element layout=filllayout()>
Just change to
code:
    <element layoutpos=bottom layout=filllayout()>
                    <element layout=filllayout() layoutpos=top>
                        <element layout=filllayout()>
then the whole dashboard will move down.
Then... to make the toolbar go a little higher, so that it stays next to the contact list, look for <MeArea id=atom(idMeArea) layout=borderlayout()>, then in the next line you should have
code:
<element layoutpos=client layout=borderlayout() padding=rect(0,0,0,3) ID=Atom(ai201)>
just change the layoutpos=client to layoutpos=bottom [that will move down the display pic part of the dashboard] and you're done

.png File Attachment: yes!.png (66.45 KB)
This file has been downloaded 148 time(s).

This post was edited on 05-13-2008 at 05:58 PM by blessedguy.
[Image: Empty.png]
05-13-2008 05:57 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Move toolbars - by Basilis on 05-13-2008 at 03:04 PM
RE: Move toolbars - by blessedguy on 05-13-2008 at 04:28 PM
RE: Move toolbars - by Basilis on 05-13-2008 at 04:33 PM
RE: Move toolbars - by blessedguy on 05-13-2008 at 05:01 PM
RE: Move toolbars - by Basilis on 05-13-2008 at 05:04 PM
RE: Move toolbars - by blessedguy on 05-13-2008 at 05:25 PM
RE: Move toolbars - by Basilis on 05-13-2008 at 05:27 PM
RE: Move toolbars - by blessedguy on 05-13-2008 at 05:34 PM
RE: Move toolbars - by Basilis on 05-13-2008 at 05:36 PM
RE: Move toolbars - by blessedguy on 05-13-2008 at 05:57 PM


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