Shoutbox

[Help] Centre 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: [Help] Centre toolbars (/showthread.php?tid=81325)

[Help] Centre toolbars by Basilis on 01-30-2008 at 05:13 PM

I want to make the Contact list window toolbar and the chat window toolbar( the one below the name ) to be able to go to the centre. Can anyone help me please?:S


RE: [Help] Centre toolbars by vikke on 01-30-2008 at 05:19 PM

Try adding:

code:
layoutpos=center
To the <MToolbar> tag.
RE: [Help] Centre toolbars by Basilis on 01-30-2008 at 05:24 PM

Because I don't want to make another thread, I am posting this question here. What are the dialer and OIM buttons. My messenger doesn't have them but I want to know what they are because I know that other Messenger have them and I want to make a Hide option for them. Thanks


RE: [Help] Centre toolbars by vikke on 01-30-2008 at 05:52 PM

OIM is a hidden button, which stands for Offline Instant Messages. You can make it visible if you want, it will only show the count of OIM you got recently. It's been there since 7.5 or maybe even before.

I think the dialer button is the "Send a message to a mobile phone"-button.


RE: [Help] Centre toolbars by Basilis on 01-30-2008 at 05:55 PM

Ok. Thanks. One last thing. I made the toolbars go to the center but in the chat window the colorize and the menu buttons are still in th right. Do you know how I can fix this?


RE: [Help] Centre toolbars by Spunky on 01-30-2008 at 06:00 PM

I think the dialler is for "Live Call"...

[Image: dialer.jpg]


RE: [Help] Centre toolbars by vikke on 01-30-2008 at 06:06 PM

Yes, they aren't in a toolbar, they are just <element>'s beside the <MToolbar> you just modified.

Here's how it should look like: (in the 923 definition)

code:
<element layoutpos=right padding=rect(0,3,0,3) layout=borderlayout()>
<element layoutpos=left layout=filllayout()>
<Button layoutpos=left cmdid=40317 id=atom(colorizedropdownbtn) AccRole=57 Class="TransparentButton" Layout=flowlayout(0,2,0,2) Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)>
<element class="ToolbarIcon" ID=Atom(ai210)/>
</Button>
</element>
<element layoutpos=right layout=filllayout() margin=rect(4,0,0,0)>
<Button class="TransparentDropdownButton" layout=borderlayout() layoutpos=right margin=rect(0,0,0,0) cmdid=20002 id=atom(showmenubtn) AccRole=57 active=MouseAndKeyboard|NoSyncFocus>
<element layoutpos=client layout=flowlayout(0,3,1,2) contentalign=middlecenter>
<element class="ToolbarIcon" Padding=rect(3,0,0,0) ID=Atom(ai211)/>
</element>
See the bold part, that is the second "toolbar", with those two buttons.

On Spunky: You're probably right, I just guessed.
RE: [Help] Centre toolbars by Basilis on 01-30-2008 at 06:22 PM

Thank you both for your help. I have managed to put all those options in my skin. Thanks again. :)