Shoutbox

Move toolbars - 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: Move toolbars (/showthread.php?tid=83701)

Move toolbars by Basilis on 05-13-2008 at 03:04 PM

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.


RE: Move toolbars by blessedguy on 05-13-2008 at 04:28 PM

wich toolbars?
[screenshots please]


RE: Move toolbars by Basilis on 05-13-2008 at 04:33 PM

There is only one toolbar in the contact list and I mean the upper one in the chat window


RE: Move toolbars by blessedguy on 05-13-2008 at 05:01 PM

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.


RE: Move toolbars by Basilis on 05-13-2008 at 05:04 PM

I have asked Volv and he ignored me so I don't know who to ask


RE: Move toolbars by blessedguy on 05-13-2008 at 05:25 PM

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 ?
RE: Move toolbars by Basilis on 05-13-2008 at 05:27 PM

OK. Remember that I only want the toolbar to go down, not the whole dashboard. Thanks for your help! :)


RE: Move toolbars by blessedguy on 05-13-2008 at 05:34 PM

managed to do it!!
which part of those two do you want to continue at the down part of the window?


RE: Move toolbars by Basilis on 05-13-2008 at 05:36 PM

I want only the bar with the e-mail icon


RE: Move toolbars by blessedguy on 05-13-2008 at 05:57 PM

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