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:
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. Move toolbars
I would like to ask if anyone knows how to move the toolbar (only) in the contact list window to the bottom. I would like the same for the chat window. Thanks.
[Image: logo1nu1.png]
05-13-2008 03:04 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Move toolbars
wich toolbars?
[screenshots please]

This post was edited on 05-13-2008 at 04:31 PM by blessedguy.
[Image: Empty.png]
05-13-2008 04:28 PM
Profile PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. RE: Move toolbars
There is only one toolbar in the contact list and I mean the upper one in the chat window
[Image: logo1nu1.png]
05-13-2008 04:33 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Move toolbars
For the contact list dashboard (think it is what you mean by "CL Toolbar"), you should change the definition 923, don't know where.

Ask volv about that, he has done that with deep blue.

For the chat window toolbar, you should ask Willz, he has done that in Windows Aero Messenger, then he can teach you how to do that.
[Image: Empty.png]
05-13-2008 05:01 PM
Profile PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. RE: Move toolbars
I have asked Volv and he ignored me so I don't know who to ask
[Image: logo1nu1.png]
05-13-2008 05:04 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Move toolbars
quote:
Originally posted by Basilis
I have asked Volv and he ignored me so I don't know who to ask
I'll try to discover what have him done, then I tell you if I discover, 'k ?
[Image: Empty.png]
05-13-2008 05:25 PM
Profile PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. RE: Move toolbars
OK. Remember that I only want the toolbar to go down, not the whole dashboard. Thanks for your help! :)

This post was edited on 05-13-2008 at 05:27 PM by Basilis.
[Image: logo1nu1.png]
05-13-2008 05:27 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Move toolbars
managed to do it!!
which part of those two do you want to continue at the down part of the window?

.png File Attachment: progress!.png (66.59 KB)
This file has been downloaded 144 time(s).
[Image: Empty.png]
05-13-2008 05:34 PM
Profile PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. RE: Move toolbars
I want only the bar with the e-mail icon
[Image: logo1nu1.png]
05-13-2008 05:36 PM
Profile PM Find Quote Report
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 147 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 »


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