What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [HELP] How to move the contact search bar from top to bottom?!

[HELP] How to move the contact search bar from top to bottom?!
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
O.P. RE: [HELP] How to move the contact search bar from top to bottom?!
quote:
Originally posted by felipEx
huh?

[Image: 2409233382_aaf9da5ab5.jpg]

1001 definition:
code:
    <Element Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)>

        <Element LayoutPos=Client Layout=BorderLayout()>
            <WordWheelElement id=atom(WordWheelElement)/>
        </Element>

<Toolbar id=Atom(SimpleToolbar)
....
</Toolbar>

</Element>

1001 style:
code:
Element[ID=Atom(ai550)]
{
    LayoutPos:Bottom;
    BorderColor:rcclr(20023); /* Colorized. I=234 */
}

As you can see in the picture, you can change the position (or hide) by specifying the LayoutPos attribute :D
well...I've tried with defs and then with styles...ill try with both now


edit: =(
1001def

<Element resid=SimpleViewStd sheet=styleref(mainss) Class="AddressBookBG" id=atom(abLayout) BorderThickness=rect(0,0,0,0) Layout=BorderLayout()>
    <Element LayoutPos=Bottom Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)>
        <Element LayoutPos=Client Layout=BorderLayout()>
<WordWheelElement id=atom(WordWheelElement) Foreground=argb(0,0,0,0);/>
</Element>

1001 style
Element[ID=Atom(ai550)]
{
LayoutPos:Bottom;
<*PlusSkin Conditions(RemContactSearchBarBg = false)*>
Background:rgb(255,255,255);
BorderColor:argb(100,145,206,242);
</*PlusSkin*>
<*PlusSkin Conditions(RemContactSearchBarBg = true)*>
Background:argb(100,145,206,242);
BorderColor:argb(0,145,206,242);
</*PlusSkin*>
}
screenshot attached


.jpg File Attachment: scrennshotnotworking.jpg (140.59 KB)
This file has been downloaded 153 time(s).

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

Messages In This Thread
[HELP] How to move the contact search bar from top to bottom?! - by blessedguy on 04-13-2008 at 12:19 AM
RE: [HELP] How to move the contact search bar from top to bottom?! - by djpeggers on 04-13-2008 at 12:57 AM
RE: [HELP] How to move the contact search bar from top to bottom?! - by blessedguy on 04-13-2008 at 01:01 AM
RE: [HELP] How to move the contact search bar from top to bottom?! - by felipEx on 04-13-2008 at 01:07 AM
RE: [HELP] How to move the contact search bar from top to bottom?! - by blessedguy on 04-13-2008 at 01:23 AM
RE: [HELP] How to move the contact search bar from top to bottom?! - by felipEx on 04-13-2008 at 01:58 AM
RE: [HELP] How to move the contact search bar from top to bottom?! - by blessedguy on 04-13-2008 at 06:22 PM
RE: [HELP] How to move the contact search bar from top to bottom?! - by Basilis on 04-13-2008 at 06:28 PM
RE: [HELP] How to move the contact search bar from top to bottom?! - by blessedguy on 04-13-2008 at 06:46 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